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.cpp463 __ Jnb(&lNotClass); in GenJSCall() local
504 __ Jnb(&lCallNativeCpp); in GenJSCall() local
526 __ Jnb(&lCallNativeCpp); in GenJSCall() local
857 __ Jnb(lNonCallable); in JSCallCheck() local
969 __ Jnb(&isNotClass); in JSBoundFunctionCallInternal() local
975 __ Jnb(&slowCall); in JSBoundFunctionCallInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1344 void AssemblerX64::Jnb(Label *target, Distance distance) in Jnb() function in panda::ecmascript::x64::AssemblerX64