Searched defs:fieldIndex (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| H A D | ets_inst_builder.cpp | 65 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 D | file_reader.cpp | 1053 auto fieldIndex = file_->GetFieldIndex(&header); in ReadRegionHeaders() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | shared_builtins.cpp | 107 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 D | builtins.cpp | 630 uint32_t fieldIndex = 2; // 2: length and name in InitializeFunctionPrototype() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 2225 uint32_t fieldIndex = 0; in CreateSObject() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder-inl.h | 709 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 19 milliseconds