Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc130 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds), in EmitNativeCode()
152 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero), in EmitNativeCode()
185 mips64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); in EmitNativeCode()
235 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString), in EmitNativeCode()
262 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer), in EmitNativeCode()
285 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend), in EmitNativeCode()
345 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode()
358 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc_, this); in EmitNativeCode()
387 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), instruction_, dex_pc, this); in EmitNativeCode()
955 void CodeGeneratorMIPS64::InvokeRuntime(int32_t entry_point_offset, in InvokeRuntime() function in art::mips64::CodeGeneratorMIPS64
[all …]
Dcode_generator_arm64.cc126 arm64_codegen->InvokeRuntime( in EmitNativeCode()
146 arm64_codegen->InvokeRuntime( in EmitNativeCode()
177 arm64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); in EmitNativeCode()
227 arm64_codegen->InvokeRuntime( in EmitNativeCode()
250 arm64_codegen->InvokeRuntime( in EmitNativeCode()
271 arm64_codegen->InvokeRuntime( in EmitNativeCode()
330 arm64_codegen->InvokeRuntime( in EmitNativeCode()
339 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc_, this); in EmitNativeCode()
368 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), instruction_, dex_pc, this); in EmitNativeCode()
974 void CodeGeneratorARM64::InvokeRuntime(int32_t entry_point_offset, in InvokeRuntime() function in art::arm64::CodeGeneratorARM64
[all …]
Dcode_generator_arm.cc66 arm_codegen->InvokeRuntime( in EmitNativeCode()
82 arm_codegen->InvokeRuntime( in EmitNativeCode()
100 arm_codegen->InvokeRuntime( in EmitNativeCode()
152 arm_codegen->InvokeRuntime( in EmitNativeCode()
186 arm_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); in EmitNativeCode()
229 arm_codegen->InvokeRuntime( in EmitNativeCode()
275 arm_codegen->InvokeRuntime( in EmitNativeCode()
280 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc_, this); in EmitNativeCode()
308 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), instruction_, dex_pc, this); in EmitNativeCode()
887 void CodeGeneratorARM::InvokeRuntime(int32_t entry_point_offset, in InvokeRuntime() function in art::arm::CodeGeneratorARM
[all …]
Dcode_generator_arm.h272 void InvokeRuntime(
Dcode_generator_mips64.h275 void InvokeRuntime(int32_t offset,
Dcode_generator_arm64.h332 void InvokeRuntime(int32_t offset,