Searched defs:Jbe (Results 1 – 3 of 3) sorted by relevance
161 __ Jbe(&lCopyArguments1); in OptimizedCallOptimized() local320 __ Jbe(&lJSFunctionCall); in JSProxyCallInternalWithArgV() local654 __ Jbe(&lCallNativeBuiltinStub); in GenJSCall() local880 __ Jbe(lJSFunctionCall); // objecttype in (0x04 ~ 0x0c) in JSCallCheck() local1182 __ Jbe(©Arguments); in PushArgsWithArgV() local
151 __ Jbe(&callJSFunctionEntry); in AsmInterpEntryDispatch() local436 __ Jbe(&pushCallThis); in JSCallCommonFastPath() local1028 __ Jbe(&getThis); // constructor is base in ResumeRspAndDispatch() local
946 void AssemblerX64::Jbe(Label *target, Distance distance) in Jbe() function in panda::ecmascript::x64::AssemblerX64