Searched defs:jump (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | bridge_helpers_aarch64.rb | 28 def jump(target) method
|
| D | bridge_helpers_amd64.rb | 22 def jump(target) method
|
| D | bridge_helpers_armhf.rb | 22 def jump(target) method
|
| D | bridge_helpers_arm.rb | 28 def jump(target) method
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs-inl.h | 88 …tubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump) in CheckExceptionWithJump() 106 Label *jump) in CheckExceptionWithJumpAndReturn()
|
| D | baseline_stub_builder.h | 79 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump) in CheckExceptionWithJump()
|
| D | baseline_compiler.cpp | 3393 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
|
| D | baseline_stubs.cpp | 99 #define CHECK_EXCEPTION_WITH_JUMP(res, jump) \ argument 102 #define CHECK_EXCEPTION_WITH_JUMP_RETURN(res, jump) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub-inl.h | 788 GateRef res, Label *jump) in CheckExceptionWithJump()
|
| D | typed_bytecode_lowering.cpp | 518 GateRef jump = Circuit::NullGate(); in SpeculateConditionJump() local
|
| D | circuit_builder.cpp | 240 auto jump = Goto(currentControl); in Jump() local
|
| D | interpreter_stub.cpp | 178 #define CHECK_EXCEPTION_WITH_JUMP(res, jump) \ argument
|
| D | stub_builder.cpp | 53 auto jump = env_->GetBuilder()->Goto(currentControl); in Jump() local
|