Home | History | Annotate | Download | only in optimizing

Lines Matching defs:entrypoint

165     QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
168 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
493 // entrypoint. Also, there is no need to update the stack mask,
508 // of a dedicated entrypoint:
578 // entrypoint. Also, there is no need to update the stack mask,
593 // of a dedicated entrypoint:
991 void CodeGeneratorX86::InvokeRuntime(QuickEntrypointEnum entrypoint,
995 ValidateInvokeRuntime(entrypoint, instruction, slow_path);
996 GenerateInvokeRuntime(GetThreadOffset<kX86PointerSize>(entrypoint).Int32Value());
997 if (EntrypointRequiresStackMap(entrypoint)) {
4243 QuickEntrypointEnum entrypoint =
4245 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc());
6697 // Always false for read barriers since we may need to go to the entrypoint for non-fatal cases
7152 // Test the entrypoint (`Thread::Current()->pReadBarrierMarkReg ## root.reg()`).
7156 // The entrypoint is null when the GC is not marking.
7235 // ref = ReadBarrier::Mark(ref); // Performed by runtime entrypoint slow path.