Searched defs:jump (Results 1 - 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| H A D | bridge_helpers_aarch64.rb | 28 def jump(target) method
|
| H A D | bridge_helpers_arm.rb | 28 def jump(target) method
|
| H A D | bridge_helpers_amd64.rb | 22 def jump(target) method
|
| H A D | bridge_helpers_armhf.rb | 22 def jump(target) method
|
| /arkcompiler/runtime_core/isa/ |
| H A D | isapi.rb | |
| /arkcompiler/runtime_core/static_core/isa/ |
| H A D | isapi.rb | |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stub_builder.h | 79 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump) in CheckExceptionWithJump() argument
|
| H A D | baseline_stubs-inl.h | 88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump)
in CheckExceptionWithJump() argument 105 CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump) CheckExceptionWithJumpAndReturn() argument
|
| H A D | baseline_compiler.cpp | 3414 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3435 JumpLabel *jump = nullptr; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3456 JumpLabel *jump = nullptr; BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3477 JumpLabel *jump = nullptr; BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3500 JumpLabel *jump = nullptr; BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3523 JumpLabel *jump = nullptr; BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3566 JumpLabel *jump = nullptr; BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3583 JumpLabel *jump = nullptr; BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 3600 JumpLabel *jump = nullptr; BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub-inl.h | 787 CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, GateRef res, Label *jump) CheckExceptionWithJump() argument
|
| H A D | typed_bytecode_lowering.cpp | 518 GateRef jump = Circuit::NullGate(); in SpeculateConditionJump() local
|
| H A D | circuit_builder.cpp | 240 auto jump = Goto(currentControl); in Jump() local
|
| H A D | stub_builder.cpp | 54 auto jump = env_->GetBuilder()->Goto(currentControl); in Jump() local
|
Completed in 46 milliseconds