Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp394 Label notJSFunction; in JSCallInternal() local
395 JSCallCheck(assembler, jsfunc, taggedValue, &nonCallable, &notJSFunction); in JSCallInternal()
489 __ Bind(&notJSFunction); in JSCallInternal()
536 Label *nonCallable, Label *notJSFunction) in JSCallCheck() argument
559 __ B(Condition::HS, notJSFunction); in JSCallCheck()
Dcommon_call.h99 Label *nonCallable, Label *notJSFunction);
Dasm_interpreter_call.cpp72 Label notJSFunction; in AsmInterpEntryDispatch() local
89 __ B(Condition::LO, &notJSFunction); in AsmInterpEntryDispatch()
93 __ Bind(&notJSFunction); in AsmInterpEntryDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp137 Label notJSFunction; in AsmInterpEntryDispatch() local
149 __ Jb(&notJSFunction); in AsmInterpEntryDispatch()
152 __ Bind(&notJSFunction); in AsmInterpEntryDispatch()