Home
last modified time | relevance | path

Searched refs:QUICK_ENTRYPOINT_OFFSET (Results 1 – 12 of 12) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc83 ? QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodStartSynchronized) in GetJniEntrypointThreadOffset()
85 ? QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodFastStart) in GetJniEntrypointThreadOffset()
86 : QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodStart)); in GetJniEntrypointThreadOffset()
94 ? QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodEndWithReferenceSynchronized) in GetJniEntrypointThreadOffset()
96 ? QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodFastEndWithReference) in GetJniEntrypointThreadOffset()
97 : QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodEndWithReference)); in GetJniEntrypointThreadOffset()
100 ? QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodEndSynchronized) in GetJniEntrypointThreadOffset()
102 ? QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodFastEnd) in GetJniEntrypointThreadOffset()
103 : QUICK_ENTRYPOINT_OFFSET(kPointerSize, pJniMethodEnd)); in GetJniEntrypointThreadOffset()
344 ThreadOffset<kPointerSize> read_barrier = QUICK_ENTRYPOINT_OFFSET(kPointerSize, in ArtJniCompileMethodInternal()
/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h43 return QUICK_ENTRYPOINT_OFFSET(pointer_size, p ## name); in GetThreadOffset()
Dquick_entrypoints.h27 #define QUICK_ENTRYPOINT_OFFSET(ptr_size, x) \ macro
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc581 __ fs()->call(Address::Absolute(QUICK_ENTRYPOINT_OFFSET(kX86PointerSize, pDeliverException))); in Emit()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc685 QUICK_ENTRYPOINT_OFFSET(kArmPointerSize, pDeliverException).Int32Value())); in EmitExceptionPoll()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc646 Address::Absolute(QUICK_ENTRYPOINT_OFFSET(kX86_64PointerSize, pDeliverException), true)); in Emit()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc679 QUICK_ENTRYPOINT_OFFSET(kArm64PointerSize, pDeliverException).Int32Value())); in EmitExceptionPoll()
/art/runtime/
Dthread.h729 return QUICK_ENTRYPOINT_OFFSET(pointer_size, pReadBarrierMarkReg00).Int32Value() in ReadBarrierMarkEntryPointsOffset()
Dthread.cc3161 if (QUICK_ENTRYPOINT_OFFSET(ptr_size, x).Uint32Value() == offset) { \ in DumpThreadOffset()
/art/compiler/utils/mips64/
Dassembler_mips64.cc4073 QUICK_ENTRYPOINT_OFFSET(kMips64PointerSize, pDeliverException).Int32Value()); in EmitExceptionPoll()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc60 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kX86_64PointerSize, x).Int32Value()
Dcode_generator_arm_vixl.cc109 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kArmPointerSize, x).Int32Value()