Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp208 __ Jbe(&call); in OptimizedFastCallAndPushArgv() local
399 __ Jbe(&call); in JSFastCallWithArgVAndPushArgv() local
Dasm_interpreter_call.cpp153 __ Jbe(&callJSFunctionEntry); in AsmInterpEntryDispatch() local
446 __ Jbe(&pushCallThis); in JSCallCommonFastPath() local
1122 __ Jbe(&getThis); // constructor is base in ResumeRspAndDispatch() local
1311 __ Jbe(&getThis); // constructor is base in ResumeRspAndReturnBaseline() local
Doptimized_call.cpp506 __ Jbe(&lCallNativeBuiltinStub); in GenJSCall() local
862 __ Jbe(lJSFunctionCall); // objecttype in (0x04 ~ 0x0c) in JSCallCheck() local
1163 __ 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp1285 void AsmAssembler::Jbe(int64 symIdx) in Jbe() function in assembler::AsmAssembler
Delf_assembler.cpp1838 void ElfAssembler::Jbe(int64 symIdx) in Jbe() function in assembler::ElfAssembler