Home
last modified time | relevance | path

Searched defs:fields (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp32 const auto &fields = panda_file.GetFieldIndex(&header); in FieldDataAccessorFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/fields/
Dfields.ts44 const fields = new Fields(); constant
/arkcompiler/runtime_core/libpandabase/events/
Devents.rb59 def fields method in Event
/arkcompiler/runtime_core/static_core/libpandabase/events/
Devents.rb63 def fields method in Event
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/
Dtest_map_mirror_classes.cpp39 auto fields = klass->GetRuntimeClass()->GetInstanceFields(); in CheckOffsetOfFields() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp654 std::array<int64_t, DATE_LENGTH> fields = {0}; in ToDateString() local
677 std::array<int64_t, DATE_LENGTH> fields = {0}; in ToDateString() local
713 std::array<int64_t, DATE_LENGTH> fields = {0}; in ToISOString() local
748 std::array<int64_t, DATE_LENGTH> fields = {0}; in ToString() local
787 std::array<int64_t, DATE_LENGTH> fields = {0}; in ToTimeString() local
817 std::array<int64_t, DATE_LENGTH> fields = {0}; in ToUTCString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h136 auto fields = ClassCast(klass)->GetStaticFields(); in GetInteropConstantPoolOffsetField() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkClass.ts460 const fields: ArkField[] = []; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dmark_deep_js2sts_test.cpp66 auto fields = proxy->ClassAddr<Class>()->GetInstanceFields(); in GCStarted() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dframe_info.h31 explicit FrameInfo(uint32_t fields) : fields_(fields) {} in FrameInfo()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.h39 std::unordered_map<uint32_t, std::string> fields; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp40 auto fields = etsClass->GetFields(); in VerifyLambdaClass() local
102 auto fields = c->GetRuntimeClass()->GetFields(); in GetFields() local
116 auto fields = c->GetRuntimeClass()->GetFields(); in GetFieldByIndex() local
565 auto fields = GetRuntimeClass()->GetFields(); in GetFieldIndexByName() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DVisibleValue.ts163 const fields = cls.getFields(); constant
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp168 Span<Field> fields = cls->GetInstanceFields(); in DumpObjectFields() local
201 void TraverseFields(const Span<Field> &fields, const Class *cls, const ObjectHeader *objectHeader, in TraverseFields()
233 const Span<Field> &fields = cls->GetStaticFields(); in DumpClass() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h47 std::unordered_map<uint32_t, std::string> fields; member
/arkcompiler/runtime_core/libabckit/src/
Dir_impl.h53 std::unordered_map<uint32_t, std::string> fields; member
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp76 Span<Field> fields = classPtr->GetFields(); in FreeClassData() local
358 explicit ClassDataAccessor(Span<Field> fields) : fields_(fields) {} in ClassDataAccessor()
381 …SetupClassInfo(ClassLinker::ClassInfo &info, Span<Method> methods, Span<Field> fields, Class *base, in SetupClassInfo()
541 Span<Field> fields {allocator_->AllocArray<Field>(numFields), numFields}; in LoadFields() local
558 …outFieldsWithoutAlignment(size_t size, size_t *offset, size_t *space, PandaVector<Field *> *fields) in LayoutFieldsWithoutAlignment()
587 …tic uint32_t LayoutReferenceFields(size_t size, size_t *offset, const PandaVector<Field *> &fields) in LayoutReferenceFields()
716 bool ClassLinker::LayoutFields(Class *klass, Span<Field> fields, bool isStatic, in LayoutFields()
1115 … Span<Method> methods, Span<Field> fields, Class *baseClass, Span<Class *> interfaces, in BuildClass()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp442 auto fields = cls->GetFields(); in VerifyClassConsistency() local
477 static void UpdateClassPtrInFields(Span<Field> fields, Class *cls) in UpdateClassPtrInFields()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb37 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py362 def file_contains_specified_fields(file_path, fields): argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp212 Span<Field> fields {}; in CreateProxy() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h189 auto fields = GetFields<FILTER>(); in FindDeclaredField() local
197 ALWAYS_INLINE inline Field *BinarySearchField(Span<Field> fields, panda_file::File::EntityId id) in BinarySearchField()
223 auto fields = GetFields<FILTER>(); in FindDeclaredField() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp375 auto fields = klass->GetStaticFields(); in GetClassQnameOffset() local
599 auto fields = klass->GetStaticFields(); in InitCallJSClass() local
/arkcompiler/runtime_core/libabckit/tests/mock/
Dcpp_helpers_mock.h366 std::vector<abckit::core::AnnotationInterfaceField> fields; in GetMockCoreAnnotationInterfaceField() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp586 std::vector<Field *> fields; in CalculateFieldsAndMethods() local
607 …r<napi_property_descriptor> EtsClassWrapper::BuildJSProperties(napi_env &env, Span<Field *> fields, in BuildJSProperties()

12