Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h124 GateRef currentInst = Load(VariableType::INT16(), pc, IntPtr(1)); // 1 : skip 1 byte of bytecode in ReadInstSigned16_0() local
128 GateRef currentInst = Load(VariableType::INT8(), pc, IntPtr(2)); in ReadInstSigned16_0() local
142 GateRef currentInst = GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in ReadInstSigned32_0() local
610 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_3(pc)); in ReadInst32_0() local
624 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_4(pc)); in ReadInst32_1() local
638 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_5(pc)); ReadInst32_2() local
652 GateRef currentInst = ZExtInt8ToInt64(ReadInst8_7(pc)); ReadInst64_0() local
[all...]

Completed in 3 milliseconds