Searched defs:inlinedProps (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 89 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass() 95 … ObjectFactory::NewSEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass() 105 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewSEcmaHClass() 123 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClassDictMode(uint32_t size, uint32_t inlinedProps, JSTy… in NewSEcmaHClassDictMode() 152 uint32_t inlinedProps) in NewSEcmaReadOnlyHClass()
|
| D | object_factory.cpp | 154 …> ObjectFactory::NewEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass() 165 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass() 184 uint32_t inlinedProps) in NewEcmaReadOnlyHClass() 195 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass() 464 const int inlinedProps = JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; in NewEcmaHClass() local 468 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass() 873 …ss> ObjectFactory::CreateJSArrayInstanceClass(JSHandle<JSTaggedValue> proto, uint32_t inlinedProps) in CreateJSArrayInstanceClass() 1057 const JSHandle<JSFunction> &constructor, uint32_t inlinedProps) in NewJSObjectByConstructor() 1092 uint32_t inlinedProps) in NewJSObjectByConstructor() 4008 JSHandle<JSObject> ObjectFactory::NewEmptyJSObject(uint32_t inlinedProps) in NewEmptyJSObject()
|
| D | js_hclass.cpp | 123 …itializeWithDefaultValue(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in InitializeWithDefaultValue() 191 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize() 201 uint32_t inlinedProps, const JSHandle<JSTaggedValue> &layout) in Initialize()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 964 auto inlinedProps = hclass->GetInlinedProperties(); in AddFieldTypeToHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 2334 std::vector<uint64_t> inlinedProps; in LowerCreateObjectWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 533 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|