Searched refs:caller (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | nth_caller_visitor.h | 31 count(0), caller(NULL) {} in StackVisitor() 43 DCHECK(caller == NULL); in VisitFrame() 45 caller = m; in VisitFrame() 56 mirror::ArtMethod* caller; member
|
D | common_throws.h | 77 const mirror::ArtMethod* caller,
|
D | instrumentation.cc | 530 deoptimize = visitor.caller != NULL; in PopInstrumentationStackFrame() 532 LOG(INFO) << "Deoptimizing into " << PrettyMethod(visitor.caller); in PopInstrumentationStackFrame()
|
D | common_throws.cc | 139 const mirror::ArtMethod* caller, in ThrowIllegalAccessErrorClassForMethodDispatch() argument
|
D | jni_internal.cc | 2524 const char* caller) { in EnsureLocalCapacity() argument 2527 LOG(ERROR) << "Invalid capacity given to " << caller << ": " << desired_capacity; in EnsureLocalCapacity() 2535 soa.Self()->ThrowOutOfMemoryError(caller); in EnsureLocalCapacity()
|
/art/runtime/native/ |
D | dalvik_system_VMStack.cc | 72 return soa.AddLocalReference<jobject>(visitor.caller->GetDeclaringClass()->GetClassLoader()); in VMStack_getCallingClassLoader() 109 return soa.AddLocalReference<jclass>(visitor.caller->GetDeclaringClass()); in VMStack_getStackClass2()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 450 mirror::ArtMethod* caller = QuickArgumentVisitor::GetCallingMethod(sp); in artQuickResolutionTrampoline() local 455 uint32_t dex_pc = caller->ToDexPc(QuickArgumentVisitor::GetCallingPc(sp)); in artQuickResolutionTrampoline() 458 MethodHelper mh(caller); in artQuickResolutionTrampoline() 528 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type); in artQuickResolutionTrampoline()
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 317 mirror::ArtMethod* caller = thread->GetCurrentMethod(&dex_pc); in artPortableResolutionTrampoline() local 323 const DexFile::CodeItem* code = MethodHelper(caller).GetCodeItem(); in artPortableResolutionTrampoline() 375 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type); in artPortableResolutionTrampoline()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 366 lw $a2, 64($sp) # pass caller Method* 372 jal \cxx_name # (method_idx, this, caller, Thread*, $sp) 936 move $t0, $sp # remember bottom of caller's frame 997 # Returns caller method's frame size.
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 220 ldr r2, [sp, #48] @ pass caller Method* 226 bl \cxx_name @ (method_idx, this, caller, Thread*, SP) 910 mov r12, sp @ remember bottom of caller's frame
|
/art/runtime/interpreter/ |
D | interpreter.cc | 174 result->SetL(visitor.caller->GetDeclaringClass()); in UnstartedRuntimeJni()
|