Home
last modified time | relevance | path

Searched refs:CallFastPath (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp118CallFastPath(inst, entrypointId, INVALID_REGISTER, RegMask::GetZeroMask(), srcObj, dstObj, dstStar… in CreateArrayCopyTo()
132 cg->CallFastPath(inst, entrypoint, args.Dst(), {}, args.Builder(), args.Value(), klass); in GenerateSbAppendCall()
135 cg->CallFastPath(inst, entrypoint, args.Dst(), {}, args.Builder(), args.Value(), klass); in GenerateSbAppendCall()
293 CallFastPath(inst, EntrypointId::STRING_CONCAT2_TLAB, dst, {}, str1, str2); in CreateStringConcat()
301 CallFastPath(inst, EntrypointId::STRING_CONCAT3_TLAB, dst, {}, str1, str2, str3); in CreateStringConcat()
310 CallFastPath(inst, EntrypointId::STRING_CONCAT4_TLAB, dst, {}, str1, str2, str3, str4); in CreateStringConcat()
331 CallFastPath(inst, entrypoint, dst, {}, sb, klass); in CreateStringBuilderToString()
334 CallFastPath(inst, entrypoint, dst, {}, sb, klass); in CreateStringBuilderToString()
346 CallFastPath(inst, entrypoint, dst, {}, cache, numAsInt, unused); in CreateDoubleToStringDecimal()
355 CallFastPath(inst, entrypoint, dst, {}, ch.As(INT16_TYPE)); in CreateCharIsWhiteSpace()
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1204 CallFastPath(newObj, EntrypointId::ALLOCATE_OBJECT_TLAB, dst, RegMask::GetZeroMask(), srcClass, in CreateNewObjCall()
1465 CallFastPath(resolver, EntrypointId::INTF_INLINE_CACHE, methodReg, {}, methodReg, objReg, in IntfInlineCachePass()
1475 CallFastPath(resolver, EntrypointId::INTF_INLINE_CACHE, methodReg, {}, methodReg, objReg, in IntfInlineCachePass()
2259 CallFastPath(inst, eid, dst, RegMask::GetZeroMask(), srcClass, srcSize); in VisitNewArray()
2269 CallFastPath(inst, id, INVALID_REGISTER, RegMask::GetZeroMask(), src); in CreateMonitorCall()
2284CallFastPath(inst, EntrypointId::CHECK_CAST_INTERFACE, INVALID_REGISTER, RegMask::GetZeroMask(), o… in CreateCheckCastInterfaceCall()
2323 CallFastPath(inst, entrypointId, dst, {}, src[0], src[1U]); in CreateStringEquals()
2343CallFastPath(inst, EntrypointId::STRING_BUILDER_CHAR, dst, RegMask::GetZeroMask(), src[0], src[1U]… in CreateStringBuilderChar()
2348CallFastPath(inst, EntrypointId::STRING_BUILDER_BOOL, dst, RegMask::GetZeroMask(), src[0], src[1U]… in CreateStringBuilderBool()
2356 CallFastPath(inst, entrypointId, dst, RegMask::GetZeroMask(), src[0], src[1U]); in CreateStringBuilderString()
[all …]
Dslow_path.cpp308 codegen->CallFastPath(GetInst(), GetEntrypoint(), dstReg_, RegMask::GetZeroMask(), srcReg_); in GenerateImpl()
Dcodegen-inl.h158 void Codegen::CallFastPath(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&.… in CallFastPath() function
Dcodegen.h269 …void CallFastPath(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params…
Dencode_visitor.cpp2124 cg->CallFastPath(initStr, entryId, dst, RegMask::GetZeroMask(), ctorArg); in VisitInitString()