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.cpp398 __ Jnb(&lCallNativeCpp); in GenJSCall() local
420 __ Jnb(&lCallNativeCpp); in GenJSCall() local
537 __ Jnb(lNonCallable); in JSCallCheck() local
646 __ Jnb(&slowCall); in JSBoundFunctionCallInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1334 void AssemblerX64::Jnb(Label *target, Distance distance) in Jnb() function in panda::ecmascript::x64::AssemblerX64