Home
last modified time | relevance | path

Searched defs:Jbe (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp191 __ Jbe(&call); in OptimizedFastCallAndPushUndefined() local
364 __ Jbe(&call); in JSFastCallWithArgVAndPushUndefined() local
Dasm_interpreter_call.cpp151 __ Jbe(&callJSFunctionEntry); in AsmInterpEntryDispatch() local
436 __ Jbe(&pushCallThis); in JSCallCommonFastPath() local
1030 __ Jbe(&getThis); // constructor is base in ResumeRspAndDispatch() local
Doptimized_call.cpp400 __ Jbe(&lCallNativeBuiltinStub); in GenJSCall() local
542 __ Jbe(lJSFunctionCall); // objecttype in (0x04 ~ 0x0c) in JSCallCheck() local
844 __ Jbe(&copyArguments); in PushArgsWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp947 void AssemblerX64::Jbe(Label *target, Distance distance) in Jbe() function in panda::ecmascript::x64::AssemblerX64