Home
last modified time | relevance | path

Searched defs:jump (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/templates/
Dbridge_helpers_aarch64.rb28 def jump(target) method
Dbridge_helpers_amd64.rb22 def jump(target) method
Dbridge_helpers_armhf.rb22 def jump(target) method
Dbridge_helpers_arm.rb28 def jump(target) method
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs-inl.h88 …tubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump) in CheckExceptionWithJump()
106 Label *jump) in CheckExceptionWithJumpAndReturn()
Dbaseline_stub_builder.h79 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump) in CheckExceptionWithJump()
Dbaseline_compiler.cpp3393 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3414 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3435 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3456 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3479 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3502 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3545 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3562 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3579 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
Dbaseline_stubs.cpp99 #define CHECK_EXCEPTION_WITH_JUMP(res, jump) \ argument
102 #define CHECK_EXCEPTION_WITH_JUMP_RETURN(res, jump) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h788 GateRef res, Label *jump) in CheckExceptionWithJump()
Dtyped_bytecode_lowering.cpp518 GateRef jump = Circuit::NullGate(); in SpeculateConditionJump() local
Dcircuit_builder.cpp240 auto jump = Goto(currentControl); in Jump() local
Dinterpreter_stub.cpp178 #define CHECK_EXCEPTION_WITH_JUMP(res, jump) \ argument
Dstub_builder.cpp53 auto jump = env_->GetBuilder()->Goto(currentControl); in Jump() local