/art/compiler/optimizing/ |
D | code_generator_mips64.h | 324 void InvokeRuntime(QuickEntrypointEnum entrypoint, 329 void InvokeRuntime(int32_t offset,
|
D | code_generator_mips.h | 329 void InvokeRuntime(QuickEntrypointEnum entrypoint, 334 void InvokeRuntime(int32_t offset,
|
D | code_generator_mips.cc | 168 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds), in EmitNativeCode() 195 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero), in EmitNativeCode() 236 mips_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this, direct); in EmitNativeCode() 289 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString), in EmitNativeCode() 321 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer), in EmitNativeCode() 346 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend), in EmitNativeCode() 403 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode() 415 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), in EmitNativeCode() 442 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), in EmitNativeCode() 1064 void CodeGeneratorMIPS::InvokeRuntime(QuickEntrypointEnum entrypoint, in InvokeRuntime() function in art::mips::CodeGeneratorMIPS [all …]
|
D | code_generator_arm64.cc | 239 arm64_codegen->InvokeRuntime( in EmitNativeCode() 263 arm64_codegen->InvokeRuntime( in EmitNativeCode() 297 arm64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); in EmitNativeCode() 350 arm64_codegen->InvokeRuntime( in EmitNativeCode() 377 arm64_codegen->InvokeRuntime( in EmitNativeCode() 399 arm64_codegen->InvokeRuntime( in EmitNativeCode() 460 arm64_codegen->InvokeRuntime( in EmitNativeCode() 469 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this); in EmitNativeCode() 497 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), in EmitNativeCode() 539 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pAputObject), in EmitNativeCode() [all …]
|
D | code_generator_mips64.cc | 129 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds), in EmitNativeCode() 155 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero), in EmitNativeCode() 191 mips64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); in EmitNativeCode() 244 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString), in EmitNativeCode() 275 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer), in EmitNativeCode() 299 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend), in EmitNativeCode() 355 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode() 366 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this); in EmitNativeCode() 389 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), in EmitNativeCode() 957 void CodeGeneratorMIPS64::InvokeRuntime(QuickEntrypointEnum entrypoint, in InvokeRuntime() function in art::mips64::CodeGeneratorMIPS64 [all …]
|
D | code_generator_arm.cc | 76 arm_codegen->InvokeRuntime( in EmitNativeCode() 100 arm_codegen->InvokeRuntime( in EmitNativeCode() 122 arm_codegen->InvokeRuntime( in EmitNativeCode() 178 arm_codegen->InvokeRuntime( in EmitNativeCode() 213 arm_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); in EmitNativeCode() 264 arm_codegen->InvokeRuntime( in EmitNativeCode() 310 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode() 319 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), in EmitNativeCode() 351 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), in EmitNativeCode() 393 arm_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pAputObject), in EmitNativeCode() [all …]
|
D | code_generator_x86_64.h | 311 void InvokeRuntime(QuickEntrypointEnum entrypoint, 316 void InvokeRuntime(int32_t entry_point_offset,
|
D | code_generator_x86.h | 329 void InvokeRuntime(QuickEntrypointEnum entrypoint, 334 void InvokeRuntime(int32_t entry_point_offset,
|
D | code_generator_arm.h | 368 void InvokeRuntime(QuickEntrypointEnum entrypoint, 373 void InvokeRuntime(int32_t offset,
|
D | code_generator_arm64.h | 442 void InvokeRuntime(QuickEntrypointEnum entrypoint, 447 void InvokeRuntime(int32_t offset,
|
D | code_generator_x86.cc | 64 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer), in EmitNativeCode() 90 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero), in EmitNativeCode() 150 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds), in EmitNativeCode() 174 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend), in EmitNativeCode() 220 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString), in EmitNativeCode() 255 x86_codegen->InvokeRuntime(do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage) in EmitNativeCode() 325 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode() 333 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), in EmitNativeCode() 368 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), in EmitNativeCode() 410 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pAputObject), in EmitNativeCode() [all …]
|
D | code_generator_x86_64.cc | 68 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer), in EmitNativeCode() 94 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero), in EmitNativeCode() 152 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend), in EmitNativeCode() 206 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds), in EmitNativeCode() 240 x86_64_codegen->InvokeRuntime(do_clinit_ ? in EmitNativeCode() 297 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString), in EmitNativeCode() 345 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode() 353 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), in EmitNativeCode() 389 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), in EmitNativeCode() 431 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pAputObject), in EmitNativeCode() [all …]
|
D | code_generator.cc | 353 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr); in GenerateInvokeUnresolvedRuntimeCall() 473 InvokeRuntime(entrypoint, field_access, dex_pc, nullptr); in GenerateUnresolvedFieldAccess()
|
D | code_generator.h | 441 virtual void InvokeRuntime(QuickEntrypointEnum entrypoint,
|