Home
last modified time | relevance | path

Searched refs:GenerateInvokeRuntime (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h344 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_mips64.h522 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_x86_64.h323 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_mips.h541 void GenerateInvokeRuntime(int32_t entry_point_offset, bool direct);
Dcode_generator_x86_64.cc1187 GenerateInvokeRuntime(GetThreadOffset<kX86_64PointerSize>(entrypoint).Int32Value()); in InvokeRuntime()
1197 GenerateInvokeRuntime(entry_point_offset); in InvokeRuntimeWithoutRecordingPcInfo()
1200 void CodeGeneratorX86_64::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::x86_64::CodeGeneratorX86_64