Searched defs:InvokeRuntime (Results 1 - 3 of 3) sorted by relevance

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

Completed in 15 milliseconds