Searched refs:entry_point_offset (Results 1 - 20 of 20) sorted by relevance

/art/compiler/trampolines/
H A Dtrampoline_compiler.h30 ThreadOffset32 entry_point_offset);
33 ThreadOffset64 entry_point_offset);
/art/compiler/optimizing/
H A Dcode_generator_arm.h408 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
412 void GenerateInvokeRuntime(int32_t entry_point_offset);
H A Dcode_generator_mips.h524 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
529 void GenerateInvokeRuntime(int32_t entry_point_offset, bool direct);
H A Dcode_generator_mips64.h490 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
494 void GenerateInvokeRuntime(int32_t entry_point_offset);
H A Dcode_generator_x86.h340 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
344 void GenerateInvokeRuntime(int32_t entry_point_offset);
H A Dcode_generator_x86_64.h318 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
322 void GenerateInvokeRuntime(int32_t entry_point_offset);
H A Dcode_generator_arm64.cc715 int32_t entry_point_offset = local
718 arm64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
2134 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, argument
2138 __ Ldr(lr, MemOperand(tr, entry_point_offset));
5957 const int32_t entry_point_offset =
5959 __ Ldr(ip1, MemOperand(tr, entry_point_offset));
5994 const int32_t entry_point_offset =
5998 __ Ldr(temp, MemOperand(tr, entry_point_offset));
6098 const int32_t entry_point_offset =
6100 __ Ldr(ip1, MemOperand(tr, entry_point_offset));
[all...]
H A Dcode_generator_mips64.cc528 int32_t entry_point_offset = variable
531 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
621 int32_t entry_point_offset = variable
624 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
1676 void CodeGeneratorMIPS64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
1680 GenerateInvokeRuntime(entry_point_offset);
1683 void CodeGeneratorMIPS64::GenerateInvokeRuntime(int32_t entry_point_offset) {
1684 __ LoadFromOffset(kLoadDoubleword, T9, TR, entry_point_offset);
4310 const int32_t entry_point_offset =
4314 __ LoadFromOffset(kLoadDoubleword, temp.AsRegister<GpuRegister>(), TR, entry_point_offset);
[all...]
H A Dcode_generator_arm64.h516 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_arm_vixl.h491 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_arm.cc693 int32_t entry_point_offset = local
696 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
2377 void CodeGeneratorARM::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, argument
2381 GenerateInvokeRuntime(entry_point_offset);
2384 void CodeGeneratorARM::GenerateInvokeRuntime(int32_t entry_point_offset) { argument
2385 __ LoadFromOffset(kLoadWord, LR, TR, entry_point_offset);
7954 const int32_t entry_point_offset = local
7958 __ LoadFromOffset(kLoadWord, temp.AsRegister<Register>(), TR, entry_point_offset);
8108 const int32_t entry_point_offset = local
8112 __ LoadFromOffset(kLoadWord, temp3.AsRegister<Register>(), TR, entry_point_offset);
[all...]
H A Dcode_generator_mips.cc582 int32_t entry_point_offset = variable
585 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
676 int32_t entry_point_offset = variable
679 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
1855 void CodeGeneratorMIPS::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
1860 GenerateInvokeRuntime(entry_point_offset, direct);
1863 void CodeGeneratorMIPS::GenerateInvokeRuntime(int32_t entry_point_offset, bool direct) {
1865 __ LoadFromOffset(kLoadWord, T9, TR, entry_point_offset);
6208 const int32_t entry_point_offset =
6212 __ LoadFromOffset(kLoadWord, temp.AsRegister<Register>(), TR, entry_point_offset);
[all...]
H A Dcode_generator_x86.cc511 int32_t entry_point_offset = variable
514 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
597 int32_t entry_point_offset = variable
600 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
1003 void CodeGeneratorX86::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, argument
1007 GenerateInvokeRuntime(entry_point_offset);
1010 void CodeGeneratorX86::GenerateInvokeRuntime(int32_t entry_point_offset) { argument
1011 __ fs()->call(Address::Absolute(entry_point_offset));
7190 const int32_t entry_point_offset = local
7192 __ fs()->cmpl(Address::Absolute(entry_point_offset), Immediat
[all...]
H A Dcode_generator_x86_64.cc525 int32_t entry_point_offset = variable
528 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
616 int32_t entry_point_offset = variable
619 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
1198 void CodeGeneratorX86_64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, argument
1202 GenerateInvokeRuntime(entry_point_offset);
1205 void CodeGeneratorX86_64::GenerateInvokeRuntime(int32_t entry_point_offset) { argument
1206 __ gs()->call(Address::Absolute(entry_point_offset, /* no_rip */ true));
6555 const int32_t entry_point_offset = local
6557 __ gs()->cmpl(Address::Absolute(entry_point_offset, /* no_ri
[all...]
H A Dcode_generator_arm_vixl.cc717 int32_t entry_point_offset = local
720 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
2418 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, argument
2422 __ Ldr(lr, MemOperand(tr, entry_point_offset));
8030 const int32_t entry_point_offset = local
8034 GetAssembler()->LoadFromOffset(kLoadWord, RegisterFrom(temp), tr, entry_point_offset);
8184 const int32_t entry_point_offset = local
8188 GetAssembler()->LoadFromOffset(kLoadWord, RegisterFrom(temp3), tr, entry_point_offset);
H A Dintrinsics_arm.cc157 int32_t entry_point_offset = variable
160 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_arm64.cc207 int32_t entry_point_offset = variable
210 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_arm_vixl.cc229 int32_t entry_point_offset = variable
232 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_x86.cc146 int32_t entry_point_offset = variable
149 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_x86_64.cc108 int32_t entry_point_offset = variable
111 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);

Completed in 340 milliseconds