Home
last modified time | relevance | path

Searched defs:row (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h160 explicit BitTableIterator(Accessor &row) : row_(row) {} in BitTableIterator()
409 RegionType GetBitMemoryRegion(uint32_t row) const in GetBitMemoryRegion()
566 uint32_t row = it->second; in AddArray() local
572 uint32_t row = GetRowsCount(); in AddArray() local
644 auto &row = rows_[it->second]; in Add() local
680 for (const auto &row : rows_) { in Encode() local
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dexport.ts27 public row: number = 0; property in Particle
/arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/
DnamecacheTest8_export.ts27 public row: number = 0; property in Particle
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_table.h175 explicit BitTableIterator(Accessor &row) : row_(row) {} in BitTableIterator()
433 RegionType GetBitMemoryRegion(uint32_t row) const in GetBitMemoryRegion()
590 uint32_t row = it->second; in AddArray() local
596 uint32_t row = GetRowsCount(); in AddArray() local
668 auto &row = rows_[it->second]; in Add() local
704 for (const auto &row : rows_) { in Encode() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.h45 int32_t row = 0; member
Dsource_map.cpp205 MappingInfo SourceMap::Find(int32_t row, int32_t col, const SourceMapData& targetMap, bool& isRepla… in Find()
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp96 …std::all_of(table.begin(), table.end(), [](const auto &row) { return row.Get(0) == Builder::NO_VAL… in TEST_F()
154 for (auto row : table) { in TEST_F() local
222 for (auto &row : table) { in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_table_test.cpp101 …std::all_of(table.begin(), table.end(), [](const auto &row) { return row.Get(0) == Builder::NO_VAL… in TEST_F()
159 for (auto row : table) { in TEST_F() local
228 for (auto &row : table) { in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dsource_map_test.cpp232 MappingInfo Find(int32_t row, int32_t col, const SourceMapData &targetMap, bool& isReplaces) in Find()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp128 uint32 row = static_cast<uint32>(__builtin_ffs(sBitSize)) - k4BitSize; in PickExtInsn() local