Searched defs:inlinedProps (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 107 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()
|
| D | object_factory.cpp | 161 …> 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 …]
|
| D | js_hclass.cpp | 127 …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()
|
| D | js_array.cpp | 984 … JSHandle<JSTaggedValue> proto, uint32_t inlinedProps) in CreateJSArrayPrototypeClass()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 1047 auto inlinedProps = hclass->GetInlinedProperties(); in AddFieldTypeToHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 2873 std::vector<uint64_t> inlinedProps; in LowerCreateObjectWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 521 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|