Home
last modified time | relevance | path

Searched refs:methodIsFastCall (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp701 Label methodIsFastCall(env); in GenerateCircuit() local
721 Branch(CanFastCallWithBitField(bitfield), &methodIsFastCall, &notFastCall); in GenerateCircuit()
722 Bind(&methodIsFastCall); in GenerateCircuit()
Dstub_builder.cpp5309 Label methodIsFastCall(env); in JSCallDispatch() local
5319 Branch(CanFastCallWithBitField(bitfield), &methodIsFastCall, &methodNotFastCall); in JSCallDispatch()
5320 Bind(&methodIsFastCall); in JSCallDispatch()