Lines Matching refs:InvokeRuntime

87     x86_codegen->InvokeRuntime(kQuickThrowNullPointer,  in EmitNativeCode()
109 x86_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
190 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
213 x86_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
256 x86_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
296 x86_codegen->InvokeRuntime(kQuickResolveTypeAndVerifyAccess, instruction_, dex_pc, this); in EmitNativeCode()
299 x86_codegen->InvokeRuntime(kQuickResolveType, instruction_, dex_pc, this); in EmitNativeCode()
308 x86_codegen->InvokeRuntime(kQuickInitializeStaticStorage, instruction_, dex_pc, this); in EmitNativeCode()
364 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, in EmitNativeCode()
371 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf, in EmitNativeCode()
411 x86_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
450 x86_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
857 x86_codegen->InvokeRuntime(kQuickReadBarrierSlow, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
921 x86_codegen->InvokeRuntime(kQuickReadBarrierForRootSlow, in EmitNativeCode()
1022 void CodeGeneratorX86::InvokeRuntime(QuickEntrypointEnum entrypoint, in InvokeRuntime() function in art::x86::CodeGeneratorX86
3194 codegen_->InvokeRuntime(kQuickF2l, conversion, conversion->GetDexPc()); in VisitTypeConversion()
3199 codegen_->InvokeRuntime(kQuickD2l, conversion, conversion->GetDexPc()); in VisitTypeConversion()
4033 codegen_->InvokeRuntime(kQuickLdiv, instruction, instruction->GetDexPc()); in GenerateDivRemIntegral()
4036 codegen_->InvokeRuntime(kQuickLmod, instruction, instruction->GetDexPc()); in GenerateDivRemIntegral()
4895 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
4912 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc()); in VisitNewArray()
6075 codegen_->InvokeRuntime(kQuickStringBuilderAppend, instruction, instruction->GetDexPc()); in VisitStringBuilderAppend()
7431 codegen_->InvokeRuntime(kQuickResolveString, load, load->GetDexPc()); in VisitLoadString()
7465 codegen_->InvokeRuntime(kQuickDeliverException, instruction, instruction->GetDexPc()); in VisitThrow()
8036 codegen_->InvokeRuntime(instruction->IsEnter() ? kQuickLockObject in VisitMonitorOperation()