Lines Matching refs:entrypoint
148 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt() in EmitNativeCode() local
151 mips64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
488 Location entrypoint = Location::NoLocation()) in ReadBarrierMarkSlowPathMIPS64() argument
489 : SlowPathCodeMIPS64(instruction), ref_(ref), entrypoint_(entrypoint) { in ReadBarrierMarkSlowPathMIPS64()
1840 void CodeGeneratorMIPS64::InvokeRuntime(QuickEntrypointEnum entrypoint, in InvokeRuntime() argument
1844 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
1845 GenerateInvokeRuntime(GetThreadOffset<kMips64PointerSize>(entrypoint).Int32Value()); in InvokeRuntime()
1846 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
6636 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray() local
6637 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc()); in VisitNewArray()
6823 QuickEntrypointEnum entrypoint = in VisitRem() local
6825 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc()); in VisitRem()