Home
last modified time | relevance | path

Searched refs:Jle (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.cpp123 __ Jle(stackOverflow); in StackOverflowCheck()
H A Dasm_interpreter_call.cpp520 __ Jle(&pushArgsEntry); in JSCallCommonSlowPath()
1150 __ Jle(&newObjectRangeReturn); in ResumeRspAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.h139 void Jle(Label *target, Distance distance = Distance::Far);
H A Dassembler_x64.cpp418 // 7E : Jle rel8 in EmitJle()
423 // 0F 8E: Jle rel32 in EmitJle()
1151 void AssemblerX64::Jle(Label *target, Distance distance) in Jle() function in panda::ecmascript::x64::AssemblerX64
1167 // 7E : Jle rel8; in Jle()
1176 // 0F 8E: Jle rel32 in Jle()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h270 void Jle(int64 symIdx) override;
H A Dassembler.h283 virtual void Jle(int64 symIdx) = 0;
H A Delf_assembler.h261 void Jle(int64 symIdx) override;
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp751 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F()
753 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F()
755 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2043 BinaryRelation<Jle, Jlez>(node, lhs, ifFalse); in Binary()
2080 BinaryRelationCondition<Jle, Jlez>(node, lhs, ifFalse); in Condition()
H A DETSCompiler.cpp163 etsg->JumpCompareRegister<compiler::Jle>(expr, countReg, endLabel); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp1313 void AsmAssembler::Jle(int64 symIdx) in Jle() function in assembler::AsmAssembler
H A Delf_assembler.cpp1854 void ElfAssembler::Jle(int64 symIdx) in Jle() function in ElfAssembler
H A Dx64_emitter.cpp994 assmbler.Jle(TransferLabel(opnd0, funcUniqueId)); in EmitInsn()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1283 TEST_F(IrBuilderTest, Jle) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1305 TEST_F(IrBuilderTest, Jle) in TEST_F()

Completed in 45 milliseconds