Lines Matching defs:entrypoint

139     QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
142 mips64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
199 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage
201 mips64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
472 // If `entrypoint` is a valid location it is assumed to already be
473 // holding the entrypoint. The case where the entrypoint is passed in
479 Location entrypoint = Location::NoLocation())
480 : SlowPathCodeMIPS64(instruction), ref_(ref), entrypoint_(entrypoint) {
506 // entrypoint. Also, there is no need to update the stack mask,
522 // of a dedicated entrypoint:
546 // The location of the entrypoint if already loaded.
605 // entrypoint. Also, there is no need to update the stack mask,
621 // of a dedicated entrypoint:
1743 void CodeGeneratorMIPS64::InvokeRuntime(QuickEntrypointEnum entrypoint,
1747 ValidateInvokeRuntime(entrypoint, instruction, slow_path);
1748 GenerateInvokeRuntime(GetThreadOffset<kMips64PointerSize>(entrypoint).Int32Value());
1749 if (EntrypointRequiresStackMap(entrypoint)) {
5058 // load into `temp` (T9) the read barrier mark introspection entrypoint.
5063 // and jumps to the entrypoint if needed.
5081 // Loading the entrypoint does not require a load acquire since it is only changed when
5131 /*entrypoint*/ temp);
5136 // Loading the entrypoint does not require a load acquire since it is only changed when
5177 // load into `temp` (T9) the read barrier mark introspection entrypoint.
5182 // and jumps to the entrypoint if needed. If the holder is not gray,
5213 // Loading the entrypoint does not require a load acquire since it is only changed when
5273 // load into `temp` (T9) the read barrier mark introspection entrypoint.
5278 // and jumps to the entrypoint if needed. If the holder is not gray,
5302 // Loading the entrypoint does not require a load acquire since it is only changed when
5355 // ref = ReadBarrier::Mark(ref); // Performed by runtime entrypoint slow path.
6447 QuickEntrypointEnum entrypoint =
6449 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc());
6653 QuickEntrypointEnum entrypoint =
6655 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc());