Home
last modified time | relevance | path

Searched refs:notCallable (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp75 Label notCallable; in AsmInterpEntryDispatch() local
97 __ B(Condition::EQ, &notCallable); in AsmInterpEntryDispatch()
109 __ Bind(&notCallable); in AsmInterpEntryDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp142 Label notCallable; in AsmInterpEntryDispatch() local
157 __ Jz(&notCallable); in AsmInterpEntryDispatch()
172 __ Bind(&notCallable); in AsmInterpEntryDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp478 Label notCallable(env); in NewJSProxy()
489 BRANCH(IsCallable(target), &isCallable, &notCallable); in NewJSProxy() local
508 Bind(&notCallable); in NewJSProxy()

Completed in 13 milliseconds