Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp412 Label lNotJSFunction; in GenJSCall() local
431 JSCallCheck(assembler, jsFuncReg, &lNonCallable, &lNotJSFunction, &lJSFunctionCall); in GenJSCall()
434 __ Bind(&lNotJSFunction); in GenJSCall()
839 Label *lNonCallable, Label *lNotJSFunction, Label *lJSFunctionCall) in JSCallCheck() argument
860 __ Jb(lNotJSFunction); in JSCallCheck()
Dcommon_call.h87 Label *lNonCallable, Label *lNotJSFunction, Label *lJSFunctionCall);