Home
last modified time | relevance | path

Searched defs:inlinedProps (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp107 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass()
113 … ObjectFactory::NewSEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass()
123 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewSEcmaHClass()
141 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClassDictMode(uint32_t size, uint32_t inlinedProps, JSTy… in NewSEcmaHClassDictMode()
170 uint32_t inlinedProps) in NewSEcmaReadOnlyHClass()
181 uint32_t inlinedProps) in NewSEcmaReadOnlySharedHClass()
Dobject_factory.cpp161 …> ObjectFactory::NewEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass()
172 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass()
191 uint32_t inlinedProps) in NewEcmaReadOnlyHClass()
202 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass()
480 const int inlinedProps = JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; in NewEcmaHClass() local
484 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass()
491 uint32_t size, uint32_t inlinedProps, JSType type, const JSHandle<JSTaggedValue> &prototype) in NewEcmaHClass()
902 JSHandle<JSTaggedValue> proto, uint32_t inlinedProps) in CreateJSArrayInstanceClass()
1106 const JSHandle<JSFunction> &constructor, uint32_t inlinedProps) in NewJSObjectByConstructor()
1154 uint32_t inlinedProps) in NewJSObjectByConstructor()
[all …]
Djs_hclass.cpp127 …itializeWithDefaultValue(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in InitializeWithDefaultValue()
196 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize()
206 uint32_t inlinedProps, const JSHandle<JSTaggedValue> &layout) in Initialize()
Djs_array.cpp984 … JSHandle<JSTaggedValue> proto, uint32_t inlinedProps) in CreateJSArrayPrototypeClass()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp1047 auto inlinedProps = hclass->GetInlinedProperties(); in AddFieldTypeToHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp2873 std::vector<uint64_t> inlinedProps; in LowerCreateObjectWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp521 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local