Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp193 …> ObjectFactory::NewEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass()
204 uint32_t inlinedProps) in NewEcmaReadOnlyHClass()
214 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass()
404 const int inlinedProps = JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; in NewEcmaHClass() local
408 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass()
757 …ss> ObjectFactory::CreateJSArrayInstanceClass(JSHandle<JSTaggedValue> proto, uint32_t inlinedProps) in CreateJSArrayInstanceClass()
944 uint32_t inlinedProps) in NewJSObjectByConstructor()
3673 JSHandle<JSObject> ObjectFactory::NewEmptyJSObject(uint32_t inlinedProps) in NewEmptyJSObject()
Djs_hclass.cpp132 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp874 auto inlinedProps = hclass->GetInlinedProperties(); in AddFieldTypeToHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1909 std::vector<uint64_t> inlinedProps; in LowerCreateObjectWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp434 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local