Home
last modified time | relevance | path

Searched defs:fieldLayout (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1072 auto fieldLayout = jshclass->GetLayout(); in NewJSObjectByConstructor() local
1108 auto fieldLayout = jshclass->GetLayout(); in NewJSObjectByConstructor() local
1149 auto fieldLayout = jshclass->GetLayout(); in NewJSObjectByConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1898 mutable std::vector<FieldInfo> fieldLayout; variable