Searched defs:Jnb (Results 1 – 2 of 2) sorted by relevance
315 __ Jnb(&lNonCallable); in JSProxyCallInternalWithArgV() local652 __ Jnb(&lCallNativeCpp); in GenJSCall() local674 __ Jnb(&lCallNativeCpp); in GenJSCall() local875 __ Jnb(lNonCallable); in JSCallCheck() local
1333 void AssemblerX64::Jnb(Label *target, Distance distance) in Jnb() function in panda::ecmascript::x64::AssemblerX64