Searched refs:InvokeRuntime (Results 1 - 14 of 14) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.h329 void InvokeRuntime(QuickEntrypointEnum entrypoint,
334 void InvokeRuntime(int32_t offset,
H A Dcode_generator_mips64.h324 void InvokeRuntime(QuickEntrypointEnum entrypoint,
329 void InvokeRuntime(int32_t offset,
H A Dcode_generator_mips.cc168 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
195 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
236 mips_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this, direct);
289 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
321 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
346 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
403 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
415 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast),
442 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
1064 void CodeGeneratorMIPS::InvokeRuntime(QuickEntrypointEnu function in class:art::mips::CodeGeneratorMIPS
1077 void CodeGeneratorMIPS::InvokeRuntime(int32_t entry_point_offset, function in class:art::mips::CodeGeneratorMIPS
[all...]
H A Dcode_generator_mips64.cc129 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
155 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
191 mips64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
244 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
275 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
299 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
355 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
366 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this);
389 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
957 void CodeGeneratorMIPS64::InvokeRuntime(QuickEntrypointEnu function in class:art::mips64::CodeGeneratorMIPS64
967 void CodeGeneratorMIPS64::InvokeRuntime(int32_t entry_point_offset, function in class:art::mips64::CodeGeneratorMIPS64
[all...]
H A Dcode_generator_arm.h368 void InvokeRuntime(QuickEntrypointEnum entrypoint,
373 void InvokeRuntime(int32_t offset,
H A Dcode_generator_arm64.h442 void InvokeRuntime(QuickEntrypointEnum entrypoint,
447 void InvokeRuntime(int32_t offset,
H A Dcode_generator_x86.h329 void InvokeRuntime(QuickEntrypointEnum entrypoint,
334 void InvokeRuntime(int32_t entry_point_offset,
H A Dcode_generator_x86_64.h311 void InvokeRuntime(QuickEntrypointEnum entrypoint,
316 void InvokeRuntime(int32_t entry_point_offset,
H A Dcode_generator_arm64.cc239 arm64_codegen->InvokeRuntime(
263 arm64_codegen->InvokeRuntime(
297 arm64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
350 arm64_codegen->InvokeRuntime(
377 arm64_codegen->InvokeRuntime(
399 arm64_codegen->InvokeRuntime(
460 arm64_codegen->InvokeRuntime(
469 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this);
497 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
539 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POIN
1454 void CodeGeneratorARM64::InvokeRuntime(QuickEntrypointEnum entrypoint, function in class:art::arm64::CodeGeneratorARM64
1464 void CodeGeneratorARM64::InvokeRuntime(int32_t entry_point_offset, function in class:art::arm64::CodeGeneratorARM64
[all...]
H A Dcode_generator_arm.cc76 arm_codegen->InvokeRuntime(
100 arm_codegen->InvokeRuntime(
122 arm_codegen->InvokeRuntime(
178 arm_codegen->InvokeRuntime(
213 arm_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
264 arm_codegen->InvokeRuntime(
310 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
319 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast),
351 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
393 arm_codegen->InvokeRuntime(QUICK_ENTRY_POIN
1189 void CodeGeneratorARM::InvokeRuntime(QuickEntrypointEnum entrypoint, function in class:art::arm::CodeGeneratorARM
1199 void CodeGeneratorARM::InvokeRuntime(int32_t entry_point_offset, function in class:art::arm::CodeGeneratorARM
[all...]
H A Dcode_generator_x86.cc64 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
90 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
150 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
174 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
220 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
255 x86_codegen->InvokeRuntime(do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage)
325 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
333 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast),
368 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
410 x86_codegen->InvokeRuntime(QUICK_ENTRY_POIN
761 void CodeGeneratorX86::InvokeRuntime(QuickEntrypointEnum entrypoint, function in class:art::x86::CodeGeneratorX86
771 void CodeGeneratorX86::InvokeRuntime(int32_t entry_point_offset, function in class:art::x86::CodeGeneratorX86
[all...]
H A Dcode_generator_x86_64.cc68 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
94 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
152 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
206 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
240 x86_64_codegen->InvokeRuntime(do_clinit_ ?
297 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
345 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
353 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast),
389 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
431 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POIN
969 void CodeGeneratorX86_64::InvokeRuntime(QuickEntrypointEnum entrypoint, function in class:art::x86_64::CodeGeneratorX86_64
979 void CodeGeneratorX86_64::InvokeRuntime(int32_t entry_point_offset, function in class:art::x86_64::CodeGeneratorX86_64
[all...]
H A Dcode_generator.cc353 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr);
473 InvokeRuntime(entrypoint, field_access, dex_pc, nullptr);
H A Dcode_generator.h441 virtual void InvokeRuntime(QuickEntrypointEnum entrypoint,

Completed in 107 milliseconds