Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/templates/
Dbridge_helpers_arm.rb28 def jump(target) method
Dbridge_helpers_amd64.rb22 def jump(target) method
Dbridge_helpers_armhf.rb22 def jump(target) method
Dbridge_helpers_aarch64.rb28 def jump(target) method
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h694 GateRef res, Label *jump) in CheckExceptionWithJump()
Dcircuit_builder.cpp207 auto jump = Goto(currentControl); in Jump() local
Dtyped_bytecode_lowering.cpp432 GateRef jump = Circuit::NullGate(); in SpeculateConditionJump() local
Dinterpreter_stub.cpp176 #define CHECK_EXCEPTION_WITH_JUMP(res, jump) \ argument
Dstub_builder.cpp49 auto jump = env_->GetBuilder()->Goto(currentControl); in Jump() local