Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/templates/
Dbridge_helpers_amd64.rb22 def jump(target) method
Dbridge_helpers_armhf.rb22 def jump(target) method
Dbridge_helpers_aarch64.rb28 def jump(target) method
Dbridge_helpers_arm.rb28 def jump(target) method
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h664 GateRef res, Label *jump) in CheckExceptionWithJump()
Dcircuit_builder.cpp970 auto jump = Goto(currentControl); in Jump() local
Dstub_builder.cpp35 auto jump = env_->GetBuilder()->Goto(currentControl); in Jump() local
Dinterpreter_stub.cpp115 #define CHECK_EXCEPTION_WITH_JUMP(res, jump) \ argument