Home
last modified time | relevance | path

Searched refs:notFastCall (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp951 Label notFastCall(env); in GenerateCircuit()
971 &methodIsFastCall, &notFastCall); in GenerateCircuit() local
988 Bind(&notFastCall); in GenerateCircuit()
H A Dslowpath_lowering.cpp1861 Label notFastCall(&builder_); in LowerFastSuperCall()
1873 BRANCH_CIR(IsAotOrFastCall(superFunc, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), &fastCall, &notFastCall); in LowerFastSuperCall() local
1888 builder_.Bind(&notFastCall); in LowerFastSuperCall()
3411 Label notFastCall(&builder_); in LowerNewFastCall()
3415 &fastCall, &notFastCall); in LowerNewFastCall()
3436 builder_.Bind(&notFastCall); in LowerNewFastCall()
3478 Label notFastCall(&builder_); in LowerFastCall()
3499 CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), &fastCall, &notFastCall); in LowerFastCall()
3526 builder_.Bind(&notFastCall); in LowerFastCall()

Completed in 11 milliseconds