Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5315 Label methodNotFastCall(env); in JSCallDispatch() local
5324 Branch(CanFastCallWithBitField(bitfield), &methodIsFastCall, &methodNotFastCall); in JSCallDispatch()
5482 Bind(&methodNotFastCall); in JSCallDispatch()