Lines Matching refs:entrypoint
196 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() in EmitNativeCode() local
199 mips_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
531 Location entrypoint = Location::NoLocation()) in ReadBarrierMarkSlowPathMIPS() argument
532 : SlowPathCodeMIPS(instruction), ref_(ref), entrypoint_(entrypoint) { in ReadBarrierMarkSlowPathMIPS()
1982 void CodeGeneratorMIPS::InvokeRuntime(QuickEntrypointEnum entrypoint, in InvokeRuntime() argument
1986 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
1987 GenerateInvokeRuntime(GetThreadOffset<kMipsPointerSize>(entrypoint).Int32Value(), in InvokeRuntime()
1988 IsDirectEntrypoint(entrypoint)); in InvokeRuntime()
1989 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
8705 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray() local
8706 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc()); in VisitNewArray()
9763 QuickEntrypointEnum entrypoint = in VisitTypeConversion() local
9765 codegen_->InvokeRuntime(entrypoint, conversion, conversion->GetDexPc()); in VisitTypeConversion()
9817 QuickEntrypointEnum entrypoint = in VisitTypeConversion() local
9819 codegen_->InvokeRuntime(entrypoint, conversion, conversion->GetDexPc()); in VisitTypeConversion()