Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h330 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_mips.h544 void GenerateInvokeRuntime(int32_t entry_point_offset, bool direct);
Dcode_generator_mips64.h524 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_x86.h350 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_mips64.cc1845 GenerateInvokeRuntime(GetThreadOffset<kMips64PointerSize>(entrypoint).Int32Value()); in InvokeRuntime()
1855 GenerateInvokeRuntime(entry_point_offset); in InvokeRuntimeWithoutRecordingPcInfo()
1858 void CodeGeneratorMIPS64::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::mips64::CodeGeneratorMIPS64
Dcode_generator_mips.cc1987 GenerateInvokeRuntime(GetThreadOffset<kMipsPointerSize>(entrypoint).Int32Value(), in InvokeRuntime()
1999 GenerateInvokeRuntime(entry_point_offset, direct); in InvokeRuntimeWithoutRecordingPcInfo()
2002 void CodeGeneratorMIPS::GenerateInvokeRuntime(int32_t entry_point_offset, bool direct) { in GenerateInvokeRuntime() function in art::mips::CodeGeneratorMIPS