HomeSort by relevance Sort by last modified time
    Searched refs:GetMethod (Results 1 - 25 of 36) sorted by null

1 2

  /art/runtime/
stack.cc 32 mirror::ArtMethod* m = GetMethod();
46 mirror::ArtMethod* m = GetMethod();
55 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
64 if (current_frame->GetMethod()->IsNative()) {
97 return GetMethod()->ToDexPc(cur_quick_frame_pc_);
104 mirror::ArtMethod* m = GetMethod();
132 return GetMethod()->NativePcOffset(cur_quick_frame_pc_);
138 DCHECK(m == GetMethod());
163 DCHECK(m == GetMethod());
200 byte* pc_addr = reinterpret_cast<byte*>(sp) + GetMethod()->GetReturnPcOffsetInBytes()
    [all...]
nth_caller_visitor.h 34 mirror::ArtMethod* m = GetMethod();
throw_location.h 49 mirror::ArtMethod* GetMethod() const {
common_throws.cc 279 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache();
284 throw_location.GetMethod()->GetDeclaringClass(), msg.str().c_str());
311 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache();
327 const DexFile::CodeItem* code = MethodHelper(throw_location.GetMethod()).GetCodeItem();
355 verifier::MethodVerifier::FindInvokedMethodAtDexPc(throw_location.GetMethod(),
376 throw_location.GetMethod(), false);
386 verifier::MethodVerifier::FindAccessedFieldAtDexPc(throw_location.GetMethod(),
407 throw_location.GetMethod(), false);
417 verifier::MethodVerifier::FindAccessedFieldAtDexPc(throw_location.GetMethod(),
457 *throw_location.GetMethod()->GetDeclaringClass()->GetDexCache()->GetDexFile()
    [all...]
stack.h 198 mirror::ArtMethod* GetMethod() const {
405 mirror::ArtMethod* GetMethod() const {
407 return cur_shadow_frame_->GetMethod();
427 DCHECK(GetMethod() != NULL);
invoke_arg_array_builder.h 171 if (!shadow_frame->GetMethod()->IsStatic()) {
thread.cc 792 mirror::ArtMethod* m = GetMethod();
    [all...]
instrumentation.cc 112 mirror::ArtMethod* m = GetMethod();
196 mirror::ArtMethod* m = GetMethod();
debugger.cc 713 if (!GetMethod()->IsRuntimeMethod()) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 61 return frame.GetMethod().Name;
66 return frame.GetMethod().DeclaringType.Name;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs 67 return frame.GetMethod().Name;
73 return frame.GetMethod().DeclaringType.Name;
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 31 mirror::ArtMethod* method = shadow_frame->GetMethod();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.h 51 enum Method { GetMethod, PostMethod };
57 : m_method(GetMethod)
FormSubmission.cpp 106 return equalIgnoringCase(type, "post") ? FormSubmission::PostMethod : FormSubmission::GetMethod;
205 formData = FormData::create(*(static_cast<FormDataList*>(domFormData.get())), domFormData->encoding(), attributes.method() == GetMethod ? FormData::FormURLEncoded : FormData::parseEncodingType(encodingType));
  /art/runtime/arch/x86/
context_x86.cc 39 mirror::ArtMethod* method = fr.GetMethod();
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 34 mirror::ArtMethod* method = cur_frame->GetMethod();
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 93 WebString GetMethod() {
229 EXPECT_TRUE(IsExpected(GetMethod(), "GET"));
232 EXPECT_TRUE(IsExpected(GetMethod(), "POST"));
  /art/runtime/arch/arm/
context_arm.cc 44 mirror::ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/mips/
context_mips.cc 43 mirror::ArtMethod* method = fr.GetMethod();
  /art/test/StackWalk/
stack_walk_jni.cc 53 mirror::ArtMethod* m = GetMethod();
  /art/runtime/interpreter/
interpreter.cc 75 std::string name(PrettyMethod(shadow_frame->GetMethod()));
78 ClassLoader* class_loader = NULL; // shadow_frame.GetMethod()->GetDeclaringClass()->GetClassLoader();
430 ArtMethod* method = FindMethodFromCode(method_idx, receiver, shadow_frame.GetMethod(), self,
635 ArtField* f = FindFieldFromCode(field_idx, shadow_frame.GetMethod(), self,
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 58 DCHECK(throw_location.GetMethod() == referrer);
134 DCHECK(throw_location.GetMethod() == referrer);
175 DCHECK(referrer == throw_location.GetMethod());
  /art/runtime/native/
dalvik_system_VMStack.cc 83 mirror::Class* c = GetMethod()->GetDeclaringClass();
  /art/test/ReferenceMap/
stack_walk_refmap_jni.cc 56 mirror::ArtMethod* m = GetMethod();
  /external/chromium_org/chrome/installer/util/
wmi.cc 68 hr = class_object->GetMethod(b_method_name, 0, params_def.Receive(), NULL);

Completed in 375 milliseconds

1 2