Home | History | Annotate | Download | only in optimizing

Lines Matching defs:InvokeRuntime

69     x86_codegen->InvokeRuntime(kQuickThrowNullPointer,
91 x86_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
172 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
195 x86_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
238 x86_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
271 x86_codegen->InvokeRuntime(do_clinit_ ? kQuickInitializeStaticStorage
341 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial,
348 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf,
388 x86_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
427 x86_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this);
824 x86_codegen->InvokeRuntime(kQuickReadBarrierSlow, instruction_, instruction_->GetDexPc(), this);
888 x86_codegen->InvokeRuntime(kQuickReadBarrierForRootSlow,
985 void CodeGeneratorX86::InvokeRuntime(QuickEntrypointEnum entrypoint,
2811 codegen_->InvokeRuntime(kQuickF2l, conversion, conversion->GetDexPc());
2816 codegen_->InvokeRuntime(kQuickD2l, conversion, conversion->GetDexPc());
3625 codegen_->InvokeRuntime(kQuickLdiv, instruction, instruction->GetDexPc());
3628 codegen_->InvokeRuntime(kQuickLmod, instruction, instruction->GetDexPc());
4206 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());
4226 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc());
6371 codegen_->InvokeRuntime(kQuickResolveString, load, load->GetDexPc());
6405 codegen_->InvokeRuntime(kQuickDeliverException, instruction, instruction->GetDexPc());
6657 // here (i.e. by calling InvokeRuntime directly), as it would
6879 // calling InvokeRuntime directly), as it would require to
6938 codegen_->InvokeRuntime(instruction->IsEnter() ? kQuickLockObject