Home
last modified time | relevance | path

Searched defs:fieldIndex (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
H A Dets_inst_builder.cpp65 auto fieldIndex = bcInst->GetId(0).AsIndex(); in BuildLdObjByName() local
169 auto fieldIndex = bcInst->GetId(0).AsIndex(); in BuildStObjByName() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp1053 auto fieldIndex = file_->GetFieldIndex(&header); in ReadRegionHeaders() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp107 uint32_t fieldIndex = JSFunction::PROTOTYPE_INLINE_PROPERTY_INDEX + 1; in InitializeSObject() local
159 uint32_t fieldIndex = 0; in InitializeSArrayBuffer() local
167 JSHandle<JSObject>(arrayBufferPrototype), fieldIndex++, lengthGetter, globalConst->GetHandledUndefined()); in InitializeSArrayBuffer() local
178 JSHandle<JSObject>(arrayBufferFunction), fieldIndex++, speciesGetter, globalConst->GetHandledUndefined()); InitializeSArrayBuffer() local
220 uint32_t fieldIndex = 0; // constructor InitializeSSet() local
252 SetSAccessor(JSHandle<JSObject>(setFunction), fieldIndex, speciesGetter, globalConst->GetHandledUndefined()); InitializeSSet() local
286 uint32_t fieldIndex = 0; // constructor InitializeSMap() local
313 SetSAccessor(JSHandle<JSObject>(mapFunction), fieldIndex, speciesGetter, globalConst->GetHandledUndefined()); InitializeSMap() local
398 uint32_t fieldIndex = 2; // 2: length and name InitializeSFunction() local
1053 uint32_t fieldIndex = 0; // constructor InitializeSTypedArray() local
[all...]
H A Dbuiltins.cpp630 uint32_t fieldIndex = 2; // 2: length and name in InitializeFunctionPrototype() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2225 uint32_t fieldIndex = 0; in CreateSObject() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h709 auto fieldIndex = bcInst->GetId(0).AsIndex(); in BuildLoadObject() local
797 auto fieldIndex = bcInst->GetId(0).AsIndex(); in BuildStoreObject() local
879 auto fieldIndex = bcInst->GetId(0).AsIndex(); in BuildLoadStatic() local
941 auto fieldIndex = bcInst->GetId(0).AsIndex(); in BuildStoreStatic() local

Completed in 21 milliseconds