Lines Matching defs:entrypoint

187     QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
190 mips_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
246 QuickEntrypointEnum entrypoint = do_clinit_ ? kQuickInitializeStaticStorage
248 mips_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
515 // If `entrypoint` is a valid location it is assumed to already be
516 // holding the entrypoint. The case where the entrypoint is passed in
522 Location entrypoint = Location::NoLocation())
523 : SlowPathCodeMIPS(instruction), ref_(ref), entrypoint_(entrypoint) {
549 // entrypoint. Also, there is no need to update the stack mask,
565 // of a dedicated entrypoint:
590 // The location of the entrypoint if already loaded.
649 // entrypoint. Also, there is no need to update the stack mask,
665 // of a dedicated entrypoint:
1887 void CodeGeneratorMIPS::InvokeRuntime(QuickEntrypointEnum entrypoint,
1891 ValidateInvokeRuntime(entrypoint, instruction, slow_path);
1892 GenerateInvokeRuntime(GetThreadOffset<kMipsPointerSize>(entrypoint).Int32Value(),
1893 IsDirectEntrypoint(entrypoint));
1894 if (EntrypointRequiresStackMap(entrypoint)) {
6889 // load into `temp` (T9) the read barrier mark introspection entrypoint.
6894 // and jumps to the entrypoint if needed.
6913 // Loading the entrypoint does not require a load acquire since it is only changed when
6975 /*entrypoint*/ temp);
6980 // Loading the entrypoint does not require a load acquire since it is only changed when
7029 // load into `temp` (T9) the read barrier mark introspection entrypoint.
7034 // and jumps to the entrypoint if needed. If the holder is not gray,
7069 // Loading the entrypoint does not require a load acquire since it is only changed when
7143 // load into `temp` (T9) the read barrier mark introspection entrypoint.
7148 // and jumps to the entrypoint if needed. If the holder is not gray,
7173 // Loading the entrypoint does not require a load acquire since it is only changed when
7238 // ref = ReadBarrier::Mark(ref); // Performed by runtime entrypoint slow path.
8518 QuickEntrypointEnum entrypoint =
8520 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc());
9099 QuickEntrypointEnum entrypoint =
9101 codegen_->InvokeRuntime(entrypoint, conversion, conversion->GetDexPc());
9153 QuickEntrypointEnum entrypoint =
9155 codegen_->InvokeRuntime(entrypoint, conversion, conversion->GetDexPc());