| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 273 void BytecodeInfoCollector::CollectInnerMethodsFromNewLiteral(panda_file::File::EntityId literalId, in CollectInnerMethodsFromNewLiteral() 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
|
| D | bytecodes.cpp | 1811 uint32_t literalId = READ_INST_16_3(); in InitBytecodeInfo() local
|
| D | slowpath_lowering.cpp | 2690 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() local 3728 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerCreatePrivateProperty() local 3761 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineSendableClass() local
|
| D | interpreter_stub.cpp | 4131 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local 4168 GateRef literalId = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local 4205 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local 5644 GateRef literalId = ZExtInt16ToInt32(ReadInst16_3(pc)); in DECLARE_ASM_HANDLER() local 5683 GateRef literalId = ReadInst16_5(pc); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.cpp | 41 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local 69 panda_file::File::EntityId literalId(literal); in GetFieldLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_symbol.h | 142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 514 EntityId literalId; in CollectClassInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 356 int16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1580 uint16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1603 uint16_t literalId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2495 int16_t literalId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2519 uint16_t literalId = READ_INST_16_4(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4884 uint16_t literalId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5509 uint16_t literalId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5573 int16_t literalId = READ_INST_16_5(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| D | baseline_stubs.cpp | 2006 …GateRef literalId = Int32Argument(PARAM_INDEX(BaselineDefineclasswithbufferImm8Id16Id16Imm16V8, LI… in GenerateCircuit() local 2052 …GateRef literalId = Int32And(Int32LSR(methodLiteralId, Int32(TWO_BYTE_SIZE)), Int32(TWO_BYTE_ALL_O… in GenerateCircuit() local 4742 GateRef literalId = Int32Argument( in GenerateCircuit() local 5510 …GateRef literalId = Int32Argument(PARAM_INDEX(BaselineCallRuntimeCreatePrivatePropertyPrefImm16Id1… in GenerateCircuit() local 5579 GateRef literalId = Int32Argument( in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1125 … uint16_t methodId, uint16_t literalId, JSTaggedValue module, in CreateClassWithBuffer() 1140 … JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass() 1247 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in CreatePrivateProperty()
|
| D | interpreter-inl.cpp | 7464 uint32_t literalId = READ_INST_16_3(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 907 uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithBuffer() 1005 uint16_t methodId, uint16_t literalId, in RuntimeCreateSharedClass() 3189 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in RuntimeCreatePrivateProperty()
|
| D | runtime_stubs.cpp | 1535 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local 1565 JSTaggedValue literalId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 2996 …uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third… in DEF_RUNTIME_STUBS() local
|