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.cpp361 __ Jnb(&lNotClass); in GenJSCall() local
402 __ Jnb(&lCallNativeCpp); in GenJSCall() local
424 __ Jnb(&lCallNativeCpp); in GenJSCall() local
541 __ Jnb(lNonCallable); in JSCallCheck() local
651 __ Jnb(&isNotClass); in JSBoundFunctionCallInternal() local
658 __ 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