| /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/jspandafile/ |
| H A D | program_object.cpp | 41 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecodes.cpp | 1817 uint32_t literalId = READ_INST_16_3(); in InitBytecodeInfo() local
|
| H A D | bytecode_info_collector.cpp | 273 void BytecodeInfoCollector::CollectInnerMethodsFromNewLiteral(panda_file::File::EntityId literalId, in CollectInnerMethodsFromNewLiteral() argument 308 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local 319 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local 328 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
|
| H A D | interpreter_stub.cpp | 4091 GateRef literalId = ReadInst16_3(pc);
in DECLARE_ASM_HANDLER() local 4128 GateRef literalId = ReadInst16_4(pc);
in DECLARE_ASM_HANDLER() local 4165 GateRef literalId = ReadInst16_3(pc);
in DECLARE_ASM_HANDLER() local 5604 GateRef literalId = ZExtInt16ToInt32(ReadInst16_3(pc));
in DECLARE_ASM_HANDLER() local 5643 GateRef literalId = ReadInst16_5(pc);
in DECLARE_ASM_HANDLER() local [all...] |
| H A D | slowpath_lowering.cpp | 2748 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() local 3766 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerCreatePrivateProperty() local 3798 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineSendableClass() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 355 int16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1579 uint16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1602 uint16_t literalId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2516 int16_t literalId = READ_INST_16_3(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2540 uint16_t literalId = READ_INST_16_4(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4905 uint16_t literalId = READ_INST_16_3(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5530 uint16_t literalId = READ_INST_16_3(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5594 int16_t literalId = READ_INST_16_5(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| H A D | baseline_stubs.cpp | 2019 GateRef literalId = Int32Argument(PARAM_INDEX(BaselineDefineclasswithbufferImm8Id16Id16Imm16V8, LITERRAL_ID)); in GenerateCircuit() local 2065 GateRef literalId = Int32And(Int32LSR(methodLiteralId, Int32(TWO_BYTE_SIZE)), Int32(TWO_BYTE_ALL_ONE)); in GenerateCircuit() local 4716 GateRef literalId = Int32Argument( in GenerateCircuit() local 5484 GateRef literalId = Int32Argument(PARAM_INDEX(BaselineCallRuntimeCreatePrivatePropertyPrefImm16Id16, LITERAL_ID)); in GenerateCircuit() local 5553 GateRef literalId = Int32Argument( in GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1131 CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, JSTaggedValue lexenv, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, JSTaggedValue module, JSTaggedValue length) CreateClassWithBuffer() argument 1147 CreateSharedClass(JSThread *thread, JSTaggedValue base, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, uint16_t length, JSTaggedValue module) CreateSharedClass() argument 1254 CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) CreatePrivateProperty() argument
|
| H A D | interpreter-inl.cpp | 7548 uint32_t literalId = READ_INST_16_3(); in RunInternal() local 7550 << "count:" << count << ", literalId:" << literalId; in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 928 RuntimeCreateClassWithBuffer(JSThread *thread, const JSHandle<JSTaggedValue> &base, const JSHandle<JSTaggedValue> &lexenv, const JSHandle<JSTaggedValue> &constpool, uint16_t methodId, uint16_t literalId, const JSHandle<JSTaggedValue> &module, const JSHandle<JSTaggedValue> &length) RuntimeCreateClassWithBuffer() argument 1028 RuntimeCreateSharedClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, const JSHandle<JSTaggedValue> &constpool, uint16_t methodId, uint16_t literalId, uint16_t length, const JSHandle<JSTaggedValue> &module) RuntimeCreateSharedClass() argument
|
| H A D | runtime_stubs.cpp | 1490 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local 1520 JSTaggedValue literalId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 2988 uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
|