Home
last modified time | relevance | path

Searched defs:Jnb (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp315 __ Jnb(&lNonCallable); in JSProxyCallInternalWithArgV() local
652 __ Jnb(&lCallNativeCpp); in GenJSCall() local
674 __ Jnb(&lCallNativeCpp); in GenJSCall() local
875 __ Jnb(lNonCallable); in JSCallCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1333 void AssemblerX64::Jnb(Label *target, Distance distance) in Jnb() function in panda::ecmascript::x64::AssemblerX64