Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp1761 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local
1771 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local
1783 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local
1824 uint32_t levelIndex = READ_INST_16_2(); in InitBytecodeInfo() local
H A Dinterpreter_stub.cpp799 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
812 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
827 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
5613 GateRef levelIndex = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local
H A Dtyped_bytecode_lowering.cpp651 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedLdPrivateProperty() local
689 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedStPrivateProperty() local
H A Dcircuit_builder.cpp1067 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
H A Dslowpath_lowering.cpp3652 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerLdPrivateProperty() local
3668 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerStPrivateProperty() local
3685 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerTestIn() local
3781 GateRef levelIndex = acc_.GetValueIn(gate, 0); in LowerDefinePrivateProperty() local
H A Dstub_builder-inl.h3017 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp4314 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4337 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4360 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
5549 uint16_t levelIndex = READ_INST_16_2(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
[all...]
H A Dbaseline_stubs.cpp3527 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local
3540 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX0)); in GenerateCircuit() local
3559 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local
5504 GateRef levelIndex = in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1261 DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) DefinePrivateProperty() argument
1268 LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) LdPrivateProperty() argument
1276 StPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) StPrivateProperty() argument
1284 TestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) TestIn() argument
H A Dinterpreter-inl.cpp4581 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local
4593 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local
4611 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local
7561 uint32_t levelIndex = READ_INST_16_2(); RunInternal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1531 RuntimeLdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) RuntimeLdPrivateProperty() argument
1562 RuntimeStPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) RuntimeStPrivateProperty() argument
1596 RuntimeTestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) RuntimeTestIn() argument
H A Druntime_stubs.cpp1963 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1973 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1984 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
2997 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local

Completed in 84 milliseconds