Searched defs:GenerateInvokeRuntime (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/optimizing/ | ||
| D | code_generator_x86_64.cc | 1205 void CodeGeneratorX86_64::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::x86_64::CodeGeneratorX86_64 |
| D | code_generator_mips64.cc | 1683 void CodeGeneratorMIPS64::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::mips64::CodeGeneratorMIPS64 |
| D | code_generator_x86.cc | 1010 void CodeGeneratorX86::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::x86::CodeGeneratorX86 |
| D | code_generator_arm.cc | 2384 void CodeGeneratorARM::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::arm::CodeGeneratorARM |
| D | code_generator_mips.cc | 1863 void CodeGeneratorMIPS::GenerateInvokeRuntime(int32_t entry_point_offset, bool direct) { in GenerateInvokeRuntime() function in art::mips::CodeGeneratorMIPS |