Searched refs:trampoline (Results 1 – 6 of 6) sorted by relevance
5 Getting trampoline for JNI_OnLoad with shorty (null).20 Getting trampoline for Java_Main_testFindClassOnAttachedNativeThread with shorty V.22 Getting trampoline for Java_Main_testFindFieldOnAttachedNativeThreadNative with shorty V.24 Getting trampoline for Java_Main_testCallStaticVoidMethodOnSubClassNative with shorty V.26 Getting trampoline for Java_Main_testGetMirandaMethodNative with shorty L.28 Getting trampoline for Java_Main_testZeroLengthByteBuffers with shorty V.30 Getting trampoline for Java_Main_byteMethod with shorty BBBBBBBBBBB.38 Getting trampoline for Java_Main_shortMethod with shorty SSSSSSSSSSS.48 Getting trampoline for Java_Main_booleanMethod with shorty ZZZZZZZZZZZ.51 Getting trampoline for Java_Main_charMethod with shorty CCCCCCCCCCC.[all …]
38 void* trampoline; member322 return method->trampoline; in native_bridge_getTrampoline()
70 void DexCache::Fixup(ArtMethod* trampoline, size_t pointer_size) { in Fixup() argument72 CHECK(trampoline != nullptr); in Fixup()73 CHECK(trampoline->IsRuntimeMethod()); in Fixup()77 SetElementPtrSize(resolved_methods, i, trampoline, pointer_size); in Fixup()
61 void Fixup(ArtMethod* trampoline, size_t pointer_size)
40 static ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) { in GetThreadOffset() argument41 switch (trampoline) in GetThreadOffset()50 LOG(FATAL) << "Unexpected trampoline " << static_cast<int>(trampoline); in GetThreadOffset()
158 for (const auto& trampoline : debug::MakeTrampolineInfos(oat_file_->GetOatHeader())) { in Symbolize() local159 method_debug_infos_.push_back(trampoline); in Symbolize()