| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyFieldProto.cpp | 19 void Field::Serialize(const panda::pandasm::Field &field, protoPanda::Field &protoField) in Serialize() argument 33 void Field::Deserialize(const protoPanda::Field &protoField, panda::pandasm::Field &field, in Deserialize() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | alias_analysis_test.cpp | 1378 RuntimeInterface::FieldPtr field = reinterpret_cast<void *>(0xDEADBEEFU); // NOLINT(modernize-use-auto) in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_field_wrapper.h | 69 EtsFieldWrapper(EtsClassWrapper *owner, Field *field) : owner_(owner), field_(field), lazyRefconvertLink_(field) in EtsFieldWrapper() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_typeapi_parameter.h | 48 static EtsTypeAPIParameter *FromEtsObject(EtsObject *field) in FromEtsObject() argument
|
| H A D | ets_error_options.h | 46 static EtsErrorOptions *FromEtsObject(EtsObject *field) in FromEtsObject() argument
|
| H A D | ets_field.h | 88 static EtsField *FromRuntimeField(Field *field) in FromRuntimeField() argument 93 static const EtsField *FromRuntimeField(const Field *field) in FromRuntimeField() argument
|
| H A D | ets_typeapi_method.h | 48 static EtsTypeAPIMethod *FromEtsObject(EtsObject *field) in FromEtsObject() argument
|
| H A D | ets_typeapi_field.h | 48 static EtsTypeAPIField *FromEtsObject(EtsObject *field) in FromEtsObject() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_test_mirror_classes.h | 53 EtsField *field = klass->GetFieldIDByName(memb.Name()); in CompareMemberOffsets() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | final_field_native_test.cpp | 68 ets_field field = env->GetStaticp_field(testClass, "boolean_value_final", "Z"); in TEST_F() local [all...] |
| H A D | clinit_native_test.cpp | 104 ets_field field = env->GetStaticp_field(testClass, "sfield", "I"); in TEST_F() local 115 ets_field field = env->Getp_field(testClass, "ifield", "I"); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_field_processor.cpp | 48 void AbcFieldProcessor::FillFieldData(pandasm::Field &field) in FillFieldData() argument 55 FillFieldName(pandasm::Field &field) FillFieldName() argument 61 FillFieldType(pandasm::Field &field) FillFieldType() argument 67 FillFieldMetaData(pandasm::Field &field) FillFieldMetaData() argument [all...] |
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| H A D | test_helpers.py | 25 from dataclasses import dataclass, field namespace
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | moduleHelpers.cpp | 52 std::string field = line.substr(pos + 1); in CompileNpmModuleEntryList() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 44 std::vector<RuntimeInterface::FieldPtr> field; member 230 auto field = pointers.field[ in TEST() local [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | runtime_adapter.h | 454 FieldCast(RuntimeInterface::FieldPtr field) FieldCast() argument [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 44 std::vector<RuntimeInterface::FieldPtr> field; member 230 auto field = pointers.field[ in TEST() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | class.h | 59 void SetFieldPrimitive(const Field &field, T value) in SetFieldPrimitive() argument 71 void SetFieldObject(const Field &field, ObjectHeader *value) in SetFieldObject() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | ref_cache_builder.h | 37 bool operator()(ObjectHeader *object, ObjectHeader *field, uint32_t offset, [[maybe_unused]] bool isVolatile) in operator ()() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | default_inspector_extension.cpp | 65 static TypedValue GetFieldValueStatic(T object, const Field &field) in GetFieldValueStatic() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | globalDeclTransformer.cpp | 70 auto *field = util::NodeAllocator::ForceSetParent<ir::ClassProperty>(allocator_, id->Clone(allocator_, nullptr), in VisitVariableDeclaration() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | panda_cache.h | 121 inline void SetFieldCache(File::EntityId id, Field *field) in SetFieldCache() argument
|
| /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 192 void Disassembler::SetETSAttributes(pandasm::Field *field, const panda_file::File::EntityId &fieldId) const in SetETSAttributes() 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 196 void AbcFileProcessor::SetETSAttributes(pandasm::Field *field, const panda_file::File::EntityId &fieldId) const in SetETSAttributes() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | panda_cache.h | 133 inline void SetFieldCache(File::EntityId id, Field *field) in SetFieldCache() argument
|