Home
last modified time | relevance | path

Searched defs:currentInst (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h129 …GateRef currentInst = LoadPrimitive(VariableType::INT16(), pc, IntPtr(1)); // 1 : skip 1 byte of … in ReadInstSigned16_0() local
133 GateRef currentInst = LoadPrimitive(VariableType::INT8(), pc, IntPtr(2)); in ReadInstSigned16_0() local
147 GateRef currentInst = GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in ReadInstSigned32_0() local
615 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_3(pc)); in ReadInst32_0() local
629 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_4(pc)); in ReadInst32_1() local
643 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_5(pc)); in ReadInst32_2() local
657 GateRef currentInst = ZExtInt8ToInt64(ReadInst8_7(pc)); in ReadInst64_0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h582 #define MOVE_AND_READ_INST_8(currentInst, offset) \ argument
Dinterpreter-inl.cpp561 #define MOVE_AND_READ_INST_8(currentInst, offset) \ argument
Dinterpreter_assembly.cpp139 #define MOVE_AND_READ_INST_8(currentInst, offset) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp1358 auto currentInst = appendInst->GetPrev(); in HasAppendInstructionUser() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp54 #define MOVE_AND_READ_INST_8(currentInst, offset) \ argument