Searched defs:inlinedProps (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 193 …> 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()
|
| D | js_hclass.cpp | 132 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 874 auto inlinedProps = hclass->GetInlinedProperties(); in AddFieldTypeToHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 1909 std::vector<uint64_t> inlinedProps; in LowerCreateObjectWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 434 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|