Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp463 __ Jnb(&lNotClass); in GenJSCall()
504 __ Jnb(&lCallNativeCpp); in GenJSCall()
526 __ Jnb(&lCallNativeCpp); in GenJSCall()
844 __ Jnb(lNonCallable); in JSCallCheck()
956 __ Jnb(&isNotClass); in JSBoundFunctionCallInternal()
962 __ Jnb(&slowCall); in JSBoundFunctionCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.h141 void Jnb(Label *target, Distance distance = Distance::Far);
H A Dassembler_x64.cpp506 // 73 : Jnb rel8 in EmitJnb()
511 // 0F 83: Jnb rel32 in EmitJnb()
1382 void AssemblerX64::Jnb(Label *target, Distance distance) in Jnb() function in panda::ecmascript::x64::AssemblerX64
1398 // 73 : Jnb rel8 in Jnb()
1407 // 0F 83: Jnb rel32 in Jnb()

Completed in 6 milliseconds