Home
last modified time | relevance | path

Searched defs:fda (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_JSON.cpp38 panda_file::FieldDataAccessor fda(pf, field->GetRuntimeField()->GetFileId()); in EscompatJSONGetJSONStringifyIgnoreByIdx() local
58 panda_file::FieldDataAccessor fda(pf, field->GetRuntimeField()->GetFileId()); in EscompatJSONGetJSONStringifyIgnoreByName() local
78 panda_file::FieldDataAccessor fda(pf, field->GetRuntimeField()->GetFileId()); in EscompatJSONGetJSONParseIgnoreFromAnnotation() local
101 panda_file::FieldDataAccessor fda(pf, field->GetRuntimeField()->GetFileId()); in EscompatJSONGetJSONRenameByIdx() local
128 panda_file::FieldDataAccessor fda(pf, field->GetRuntimeField()->GetFileId()); in EscompatJSONGetJSONRenameByName() local
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp34 panda::panda_file::FieldDataAccessor fda(panda_file, id); in FieldDataAccessorFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DclassBuilder.cpp80 cda_.EnumerateFields([&](panda_file::FieldDataAccessor &fda) -> void { in BuildFields()
DdebugInfoDeserializer.cpp149 …EnumerateFields([program, varDeclName, pf, &var, checkHelper](panda_file::FieldDataAccessor &fda) { in CreateIrGlobalVariable()
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_class_processor.cpp83 classDataAccessor_->EnumerateFields([&](panda_file::FieldDataAccessor &fda) -> void { in FillFields()
/arkcompiler/runtime_core/abc2program/
Dabc_class_processor.cpp107 class_data_accessor_->EnumerateFields([&](panda_file::FieldDataAccessor &fda) -> void { in FillFields()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_initializer.cpp424 panda_file::FieldDataAccessor fda(*field.GetPandaFile(), field.GetFileId()); in InitializePrimitiveField() local
437 panda_file::FieldDataAccessor fda(*field.GetPandaFile(), field.GetFileId()); in InitializeStringField() local
Dcompiler.h237 auto fda = in GetClassIdForField() local
Dcompiler.cpp669 panda_file::FieldDataAccessor fda(*pf, panda_file::File::EntityId(id)); in GetFieldTypeById() local
Dclass_linker.cpp293 dataAccessor_->EnumerateFields([cb](panda_file::FieldDataAccessor &fda) { in EnumerateStaticFieldTypes()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp165 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in TEST()
578 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in TEST()
740 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in TEST()
892 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in TEST()
1032 … cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { ASSERT_TRUE(fda.IsFinal()); }); in TEST()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp63 cda.EnumerateFields([&pointers](panda_file::FieldDataAccessor &fda) { in GetPointers()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp63 cda.EnumerateFields([&pointers](panda_file::FieldDataAccessor &fda) { in GetPointers()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp162 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in TEST()
569 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in TEST()
731 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in TEST()
Dassembler_emitter_test.cpp192 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in __anon8e05a3840602()
651 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in __anon8e05a3841002()
823 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) { in __anon8e05a3841202()
/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.cpp133 ir::TypeNode *PandaTypeToTypeNode(const panda_file::File &pf, panda_file::FieldDataAccessor &fda, in PandaTypeToTypeNode()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h337ark::panda_file::FieldDataAccessor &fda, in EnumerateCDAFields()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp308 cda.EnumerateFields([&](panda_file::FieldDataAccessor &fda) -> void { in AnalysisModuleRecordInfo()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp461 panda_file::FieldDataAccessor fda(*pf, field.GetFileId()); in VerifyClassConsistency() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Djson_helper.cpp496 panda_file::FieldDataAccessor fda(pf, field->GetRuntimeField()->GetFileId()); in CheckUnsupportedAnnotation() local