| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | field_data_accessor-inl.h | 29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &pandaFile, File::EntityId fieldId) in GetTypeId() argument 37 inline File::EntityId FieldDataAccessor::GetNameId(const File &pandaFile, File::EntityId fieldId) in GetNameId() argument
|
| H A D | field_data_accessor.cpp | 23 FieldDataAccessor::FieldDataAccessor(const File &pandaFile, File::EntityId fieldId) in FieldDataAccessor() argument
|
| H A D | file_reader.h | 174 inline BaseItem *CreateGenericFieldItem(BaseClassItem *classItem, File::EntityId fieldId) in CreateGenericFieldItem() argument
|
| H A D | method_data_accessor-inl.h | 373 inline uint32_t MethodDataAccessor::GetNumericalAnnotation(uint32_t fieldId) in GetNumericalAnnotation() argument 355 NumAnnonationProcess(uint32_t &result, File::EntityId &annotationId, std::array<const char *, SIZE> elemNameTable, uint32_t fieldId) NumAnnonationProcess() argument
|
| H A D | file_reader.cpp | 762 FieldItem *FileReader::CreateFieldItem(ClassItem *cls, File::EntityId fieldId) in CreateFieldItem() argument 859 CreateForeignFieldItem(BaseClassItem *fcls, File::EntityId fieldId) CreateForeignFieldItem() argument 1019 TryCreateFieldItem(File::EntityId fieldId) TryCreateFieldItem() argument [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | runtime_adapter.h | 343 auto fieldId = panda_file::File::EntityId(); variable
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 236 const auto fieldId = adapter.ResolveFieldIndex(storeToStatic, 0U); in TEST() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | object_type_propagation.cpp | 85 auto fieldId = inst->GetTypeId(); in VisitLoadObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| H A D | ets_inst_builder.cpp | 66 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLdObjByName() local 170 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStObjByName() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| H A D | disasm_ets_plugin.cpp | 159 void Disassembler::GetETSMetadata(pandasm::Field *field, const panda_file::File::EntityId &fieldId) in GetETSMetadata() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/abc2program/ |
| H A D | abc2program_ets_plugin.cpp | 163 void AbcFileProcessor::GetETSMetadata(pandasm::Field *field, const panda_file::File::EntityId &fieldId) in GetETSMetadata() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_locale_test.cpp | 184 int32_t fieldId = 0; // UNUM_INTEGER_FIELD in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debugger.h | 95 PropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId fieldId, Type type) in PropertyWatch() argument
|
| H A D | debugger.cpp | 864 bool Debugger::RemovePropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId fieldId, in RemovePropertyWatch() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | interfaceObjectLiteralLowering.cpp | 64 auto *fieldId = checker->AllocNode<ir::Identifier>(fieldName.View(), nullptr, allocator); in CreateAnonClassField() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_code_processor.cpp | 312 void AbcCodeProcessor::CollectExternalFields(const panda_file::File::EntityId &fieldId) in CollectExternalFields() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| H A D | mir_lower.cpp | 56 FieldID fieldId = static_cast<DreadNode *>(condExpr)->GetFieldID(); in LowerCondGotoStmtWithBuiltinExpect() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | dynamic.cpp | 425 auto *fieldId = AllocNode<ir::Identifier>(import->AssemblerName(), Allocator()); in ClassInitializerFromImport() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_list_format.cpp | 295 int32_t fieldId = cfpo.getField(); in FormatListToArray() local
|
| H A D | js_relative_time_format.cpp | 410 int32_t fieldId = cfpo.getField(); in FormatToArray() local
|
| H A D | js_locale.cpp | 715 JSHandle<JSTaggedValue> JSLocale::GetNumberFieldType(JSThread *thread, JSTaggedValue x, int32_t fieldId) in GetNumberFieldType() argument [all...] |
| H A D | js_number_format.cpp | 856 int32_t fieldId = cfpo.getField(); in GroupToParts() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| H A D | ets_intrinsics_peephole.cpp | 237 auto fieldId = intrinsic->GetImm(0); in PeepholeLdObjByName() local 259 auto fieldId = intrinsic->GetImm(0); in PeepholeStObjByName() local 157 TryInsertFieldInst(IntrinsicInst *intrinsic, RuntimeInterface::ClassPtr klassPtr, RuntimeInterface::FieldPtr rawField, size_t fieldId) TryInsertFieldInst() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_const.h | 551 MIRConst *GetAggConstElement(unsigned int fieldId) in GetAggConstElement() argument 561 void SetFieldIdOfElement(uint32 index, uint32 fieldId) in SetFieldIdOfElement() argument
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 967 LOG(DEBUG, DISASSEMBLER) << "[getting metadata]\nfield id: " << fieldId << " (0x" << std::hex << fieldId << ")"; in GetMetaData() local
|