/art/compiler/trampolines/ |
D | trampoline_compiler.h | 41 ThreadOffset32 entry_point_offset); 44 ThreadOffset64 entry_point_offset);
|
/art/compiler/optimizing/ |
D | code_generator_x86.h | 373 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, 377 void GenerateInvokeRuntime(int32_t entry_point_offset);
|
D | code_generator_x86_64.h | 356 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, 360 void GenerateInvokeRuntime(int32_t entry_point_offset);
|
D | code_generator_x86_64.cc | 534 int32_t entry_point_offset = in EmitNativeCode() local 537 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 625 int32_t entry_point_offset = in EmitNativeCode() local 628 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1332 void CodeGeneratorX86_64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() argument 1336 GenerateInvokeRuntime(entry_point_offset); in InvokeRuntimeWithoutRecordingPcInfo() 1339 void CodeGeneratorX86_64::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() argument 1340 __ gs()->call(Address::Absolute(entry_point_offset, /* no_rip= */ true)); in GenerateInvokeRuntime() 7274 const int32_t entry_point_offset = in GenerateGcRootFieldLoad() local 7276 __ gs()->cmpl(Address::Absolute(entry_point_offset, /* no_rip= */ true), Immediate(0)); in GenerateGcRootFieldLoad()
|
D | code_generator_x86.cc | 522 int32_t entry_point_offset = Thread::ReadBarrierMarkEntryPointsOffset<kX86PointerSize>(ref_reg); in EmitNativeCode() local 524 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 607 int32_t entry_point_offset = Thread::ReadBarrierMarkEntryPointsOffset<kX86PointerSize>(ref_reg); in EmitNativeCode() local 609 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1016 void CodeGeneratorX86::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() argument 1020 GenerateInvokeRuntime(entry_point_offset); in InvokeRuntimeWithoutRecordingPcInfo() 1023 void CodeGeneratorX86::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() argument 1024 __ fs()->call(Address::Absolute(entry_point_offset)); in GenerateInvokeRuntime() 7997 const int32_t entry_point_offset = in GenerateGcRootFieldLoad() local 7999 __ fs()->cmpl(Address::Absolute(entry_point_offset), Immediate(0)); in GenerateGcRootFieldLoad()
|
D | code_generator_arm_vixl.h | 533 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm64.h | 665 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm_vixl.cc | 2128 uint32_t entry_point_offset = in MaybeIncrementHotness() local 2138 __ Ldr(lr, MemOperand(tr, entry_point_offset)); in MaybeIncrementHotness() 2148 __ Ldr(lr, MemOperand(tr, entry_point_offset)); in MaybeIncrementHotness() 2591 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() argument 2595 __ Ldr(lr, MemOperand(tr, entry_point_offset)); in InvokeRuntimeWithoutRecordingPcInfo() 9772 const int32_t entry_point_offset = in LoadReadBarrierMarkIntrospectionEntrypoint() local 9774 __ Ldr(entrypoint, MemOperand(tr, entry_point_offset)); in LoadReadBarrierMarkIntrospectionEntrypoint()
|
D | intrinsics_x86_64.cc | 104 int32_t entry_point_offset = Thread::ReadBarrierMarkEntryPointsOffset<kX86_64PointerSize>(TMP); in EmitNativeCode() local 106 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | code_generator_arm64.cc | 1847 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() argument 1851 __ Ldr(lr, MemOperand(tr, entry_point_offset)); in InvokeRuntimeWithoutRecordingPcInfo() 6719 const int32_t entry_point_offset = in LoadReadBarrierMarkIntrospectionEntrypoint() local 6721 __ Ldr(entrypoint, MemOperand(tr, entry_point_offset)); in LoadReadBarrierMarkIntrospectionEntrypoint()
|
D | intrinsics_arm_vixl.cc | 175 int32_t entry_point_offset = in EmitNativeCode() local 178 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_x86.cc | 137 int32_t entry_point_offset = Thread::ReadBarrierMarkEntryPointsOffset<kX86PointerSize>(temp2); in EmitNativeCode() local 139 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_arm64.cc | 134 int32_t entry_point_offset = in EmitNativeCode() local 137 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|