// Copyright 2011 Google Inc. All Rights Reserved. | |
// Author: cshapiro@google.com (Carl Shapiro) | |
#include "jni_internal.h" | |
#include "assembler.h" | |
#include "object.h" | |
namespace art { | |
void CreateInvokeStub(Assembler* assembler, Method* method) { | |
UNIMPLEMENTED(FATAL); | |
} | |
} // namespace art |