HomeSort by relevance Sort by last modified time
    Searched refs:GetMethod (Results 26 - 50 of 52) sorted by null

12 3

  /art/runtime/
quick_exception_handler.cc 53 mirror::ArtMethod* method = GetMethod();
181 mirror::ArtMethod* method = GetMethod();
312 CHECK(GetMethod() != nullptr);
stack.h 301 mirror::ArtMethod* GetMethod() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
521 mirror::ArtMethod* GetMethod() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
523 return cur_shadow_frame_->GetMethod();
544 DCHECK(GetMethod() != nullptr);
reflection.cc 183 if (!shadow_frame->GetMethod()->IsStatic()) {
225 const DexFile::TypeList* classes = mh.GetMethod()->GetParameterTypeList();
238 PrettyMethod(mh.GetMethod(), false).c_str(),
266 PrettyMethod(mh.GetMethod(), false).c_str(), \
515 shadow_frame->GetMethod()->Invoke(self, arg_array.GetArray(), arg_array.GetNumBytes(), result,
profiler.cc 69 mirror::ArtMethod* m = GetMethod();
552 MethodReference method = current->GetMethod();
627 PrettyMethod(current->GetMethod().dex_method_index, *(current->GetMethod().dex_file)).c_str(),
thread.cc     [all...]
debugger.cc 963 if (!GetMethod()->IsRuntimeMethod()) {
    [all...]
instrumentation.cc 211 mirror::ArtMethod* m = GetMethod();
354 mirror::ArtMethod* m = GetMethod();
    [all...]
monitor.cc     [all...]
trace.cc 92 mirror::ArtMethod* m = GetMethod();
class_linker.cc     [all...]
  /art/runtime/arch/arm64/
context_arm64.cc 48 mirror::ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/x86_64/
context_x86_64.cc 43 mirror::ArtMethod* method = fr.GetMethod();
  /art/runtime/native/
dalvik_system_VMStack.cc 95 mirror::Class* c = GetMethod()->GetDeclaringClass();
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 54 mirror::ArtMethod* m = GetMethod();
  /art/runtime/interpreter/
interpreter_switch_impl.cc 56 shadow_frame.GetMethod(), dex_pc); \
79 shadow_frame.GetMethod(), 0);
187 shadow_frame.GetMethod(), inst->GetDexPc(insns),
191 shadow_frame.GetMethod(), dex_pc);
203 shadow_frame.GetMethod(), inst->GetDexPc(insns),
207 shadow_frame.GetMethod(), dex_pc);
220 shadow_frame.GetMethod(), inst->GetDexPc(insns),
224 shadow_frame.GetMethod(), dex_pc);
236 shadow_frame.GetMethod(), inst->GetDexPc(insns),
240 shadow_frame.GetMethod(), dex_pc)
    [all...]
  /external/chromium_org/chrome/installer/util/
wmi.cc 68 hr = class_object->GetMethod(b_method_name, 0, params_def.Receive(), NULL);
  /art/runtime/mirror/
art_method.cc 132 result = interface_mh.GetMethod();
class.cc 85 Handle<mirror::ArtMethod> old_throw_method(hs.NewHandle(old_throw_location.GetMethod()));
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 299 DCHECK(throw_location.GetMethod() == referrer);
372 DCHECK_EQ(*referrer, throw_location.GetMethod());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs     [all...]
  /art/compiler/driver/
compiler_driver.cc 651 const DexFile::CodeItem* code_item = mh->GetMethod()->GetCodeItem();
671 if (!mh->GetMethod()->IsResolvedTypeIdx(encoded_catch_handler_handlers_type_idx)) {
674 mh->GetMethod()->GetDexFile()));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 416 ASSERT(submission->method() == FormSubmission::PostMethod || submission->method() == FormSubmission::GetMethod);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h 483 virtual HRESULT WINAPI GetMethod(LPCWSTR wszName,__LONG32 lFlags,IWbemClassObject **ppInSignature,IWbemClassObject **ppOutSignature) = 0;
514 HRESULT (WINAPI *GetMethod)(IWbemClassObject *This,LPCWSTR wszName,__LONG32 lFlags,IWbemClassObject **ppInSignature,IWbemClassObject **ppOutSignature);
547 #define IWbemClassObject_GetMethod(This,wszName,lFlags,ppInSignature,ppOutSignature) (This)->lpVtbl->GetMethod(This,wszName,lFlags,ppInSignature,ppOutSignature)
    [all...]

Completed in 1040 milliseconds

12 3