Searched defs:Jbe (Results 1 – 4 of 4) sorted by relevance
191 __ Jbe(&call); in OptimizedFastCallAndPushUndefined() local364 __ Jbe(&call); in JSFastCallWithArgVAndPushUndefined() local
151 __ Jbe(&callJSFunctionEntry); in AsmInterpEntryDispatch() local436 __ Jbe(&pushCallThis); in JSCallCommonFastPath() local1030 __ Jbe(&getThis); // constructor is base in ResumeRspAndDispatch() local
400 __ Jbe(&lCallNativeBuiltinStub); in GenJSCall() local542 __ Jbe(lJSFunctionCall); // objecttype in (0x04 ~ 0x0c) in JSCallCheck() local844 __ Jbe(©Arguments); in PushArgsWithArgV() local
947 void AssemblerX64::Jbe(Label *target, Distance distance) in Jbe() function in panda::ecmascript::x64::AssemblerX64