| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 995 auto inlinedProps = hclass->GetInlinedProperties(); in AddFieldTypeToHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | shared_object_factory.cpp | 90 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass() argument 96 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass() argument 106 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewSEcmaHClass() argument 124 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClassDictMode(uint32_t size, uint32_t inlinedProps, JSType type, in NewSEcmaHClassDictMode() argument 152 NewSEcmaReadOnlyHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) NewSEcmaReadOnlyHClass() argument [all...] |
| H A D | js_hclass.cpp | 123 void JSHClass::InitializeWithDefaultValue(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in InitializeWithDefaultValue() argument 190 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize() argument 199 Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps, const JSHandle<JSTaggedValue> &layout) Initialize() argument
|
| H A D | object_factory.cpp | 154 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass() argument 165 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass() argument 195 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass() argument 464 const int inlinedProps in NewEcmaHClass() local 183 NewEcmaReadOnlyHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) NewEcmaReadOnlyHClass() argument 468 NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, const JSHandle<JSTaggedValue> &prototype) NewEcmaHClass() argument 873 CreateJSArrayInstanceClass(JSHandle<JSTaggedValue> proto, uint32_t inlinedProps) CreateJSArrayInstanceClass() argument 1056 NewJSObjectByConstructor(JSHandle<GlobalEnv> env, const JSHandle<JSFunction> &constructor, uint32_t inlinedProps) NewJSObjectByConstructor() argument 1091 NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, uint32_t inlinedProps) NewJSObjectByConstructor() argument 3990 NewEmptyJSObject(uint32_t inlinedProps) NewEmptyJSObject() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_bytecode_lowering.cpp | 2352 std::vector<uint64_t> inlinedProps; in LowerCreateObjectWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 494 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|