Searched refs:GenerateInvokeRuntime (Results 1 – 6 of 6) sorted by relevance
330 void GenerateInvokeRuntime(int32_t entry_point_offset);
544 void GenerateInvokeRuntime(int32_t entry_point_offset, bool direct);
524 void GenerateInvokeRuntime(int32_t entry_point_offset);
350 void GenerateInvokeRuntime(int32_t entry_point_offset);
1845 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
1987 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