Home
last modified time | relevance | path

Searched defs:staticFields (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h212 auto staticFields = GetStaticFields(); in FindDeclaredField() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp759 uint32_t staticFields = length / 2; // 2: key-type in DefineSendableClassFromExtractor() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1995 … const std::unordered_map<std::string, panda_file::BaseFieldItem *> &staticFields, in Emit()