Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h377 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_x86_64.h360 void GenerateInvokeRuntime(int32_t entry_point_offset);
Dcode_generator_x86.cc1010 GenerateInvokeRuntime(GetThreadOffset<kX86PointerSize>(entrypoint).Int32Value()); in InvokeRuntime()
1020 GenerateInvokeRuntime(entry_point_offset); in InvokeRuntimeWithoutRecordingPcInfo()
1023 void CodeGeneratorX86::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::x86::CodeGeneratorX86
1116 GenerateInvokeRuntime( in MaybeIncrementHotness()
1138 GenerateInvokeRuntime( in MaybeIncrementHotness()
2430 GenerateInvokeRuntime(GetThreadOffset<kX86PointerSize>(kQuickUpdateInlineCache).Int32Value()); in MaybeGenerateInlineCacheCheck()
Dcode_generator_x86_64.cc1326 GenerateInvokeRuntime(GetThreadOffset<kX86_64PointerSize>(entrypoint).Int32Value()); in InvokeRuntime()
1336 GenerateInvokeRuntime(entry_point_offset); in InvokeRuntimeWithoutRecordingPcInfo()
1339 void CodeGeneratorX86_64::GenerateInvokeRuntime(int32_t entry_point_offset) { in GenerateInvokeRuntime() function in art::x86_64::CodeGeneratorX86_64
1438 GenerateInvokeRuntime( in MaybeIncrementHotness()
2702 GenerateInvokeRuntime( in MaybeGenerateInlineCacheCheck()