| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_symbol.h | 142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecodes.cpp | 1762 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local 1772 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local 1784 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local 1825 uint32_t slotIndex = READ_INST_16_4(); in InitBytecodeInfo() local
|
| H A D | type_info_accessors.cpp | 660 auto slotIndex = acc_.GetConstantValue(slotIndex_); in GetKeyTaggedValue() local 760 auto slotIndex = acc_.GetConstantValue(slotIndex_); in GetKeyTaggedValue() local
|
| H A D | interpreter_stub.cpp | 800 GateRef slotIndex = ReadInst16_3(pc);
in DECLARE_ASM_HANDLER() local 813 GateRef slotIndex = ReadInst16_3(pc);
in DECLARE_ASM_HANDLER() local 828 GateRef slotIndex = ReadInst16_3(pc);
in DECLARE_ASM_HANDLER() local 5614 GateRef slotIndex = ReadInst16_4(pc);
in DECLARE_ASM_HANDLER() local
|
| H A D | typed_bytecode_lowering.cpp | 652 GateRef slotIndex = tacc.GetSlotIndex(); in LowerTypedLdPrivateProperty() local 690 GateRef slotIndex = tacc.GetSlotIndex(); in LowerTypedStPrivateProperty() local
|
| H A D | circuit_builder.cpp | 1067 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
|
| H A D | slowpath_lowering.cpp | 3653 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerLdPrivateProperty() local 3669 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerStPrivateProperty() local 3686 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerTestIn() local 3782 GateRef slotIndex = acc_.GetValueIn(gate, 1); in LowerDefinePrivateProperty() local
|
| H A D | stub_builder-inl.h | 3017 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_manager.cpp | 111 uint64_t slotIndex = JSSymbol::GetSlotIndex(symbolId); in GenSymbolInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 4315 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4338 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4361 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5550 uint16_t slotIndex = READ_INST_16_4(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| H A D | baseline_stubs.cpp | 3528 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX1)); in GenerateCircuit() local 3541 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX1)); in GenerateCircuit() local 3560 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX1)); in GenerateCircuit() local 5506 GateRef slotIndex = in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1261 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 D | interpreter-inl.cpp | 4582 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local 4594 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local 4612 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local 7562 uint32_t slotIndex = READ_INST_16_4(); RunInternal() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1531 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 D | runtime_stubs.cpp | 1964 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1974 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1985 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 2998 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|