Searched refs:GenerateInvokeRuntime (Results 1 – 5 of 5) sorted by relevance
344 void GenerateInvokeRuntime(int32_t entry_point_offset);
522 void GenerateInvokeRuntime(int32_t entry_point_offset);
323 void GenerateInvokeRuntime(int32_t entry_point_offset);
541 void GenerateInvokeRuntime(int32_t entry_point_offset, bool direct);
1187 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