Home
last modified time | relevance | path

Searched defs:field (Results 1 - 25 of 98) sorted by relevance

1234

/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFieldProto.cpp19 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 Dalias_analysis_test.cpp1378 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 Dets_field_wrapper.h69 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 Dets_typeapi_parameter.h48 static EtsTypeAPIParameter *FromEtsObject(EtsObject *field) in FromEtsObject() argument
H A Dets_error_options.h46 static EtsErrorOptions *FromEtsObject(EtsObject *field) in FromEtsObject() argument
H A Dets_field.h88 static EtsField *FromRuntimeField(Field *field) in FromRuntimeField() argument
93 static const EtsField *FromRuntimeField(const Field *field) in FromRuntimeField() argument
H A Dets_typeapi_method.h48 static EtsTypeAPIMethod *FromEtsObject(EtsObject *field) in FromEtsObject() argument
H A Dets_typeapi_field.h48 static EtsTypeAPIField *FromEtsObject(EtsObject *field) in FromEtsObject() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_test_mirror_classes.h53 EtsField *field = klass->GetFieldIDByName(memb.Name()); in CompareMemberOffsets() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dfinal_field_native_test.cpp68 ets_field field = env->GetStaticp_field(testClass, "boolean_value_final", "Z"); in TEST_F() local
[all...]
H A Dclinit_native_test.cpp104 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 Dabc_field_processor.cpp48 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 Dtest_helpers.py25 from dataclasses import dataclass, field namespace
/arkcompiler/ets_frontend/es2panda/util/
H A DmoduleHelpers.cpp52 std::string field = line.substr(pos + 1); in CompileNpmModuleEntryList() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp44 std::vector<RuntimeInterface::FieldPtr> field; member
230 auto field = pointers.field[ in TEST() local
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h454 FieldCast(RuntimeInterface::FieldPtr field) FieldCast() argument
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp44 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 Dclass.h59 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 Dref_cache_builder.h37 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 Ddefault_inspector_extension.cpp65 static TypedValue GetFieldValueStatic(T object, const Field &field) in GetFieldValueStatic() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalDeclTransformer.cpp70 auto *field = util::NodeAllocator::ForceSetParent<ir::ClassProperty>(allocator_, id->Clone(allocator_, nullptr), in VisitVariableDeclaration() local
/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h121 inline void SetFieldCache(File::EntityId id, Field *field) in SetFieldCache() argument
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp159 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 Dabc2program_ets_plugin.cpp163 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 Dpanda_cache.h133 inline void SetFieldCache(File::EntityId id, Field *field) in SetFieldCache() argument

Completed in 10 milliseconds

1234