Home
last modified time | relevance | path

Searched refs:targetMap (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dsource_map_test.cpp170 MappingInfo Find(int32_t row, int32_t col, const SourceMapData &targetMap, bool& isReplaces) in Find() argument
172 return sourceMap.Find(row, col, targetMap, isReplaces); in Find()
200 bool GetLineAndColumnNumbers(int &line, int &column, SourceMapData &targetMap, bool& isReplaces) in GetLineAndColumnNumbers() argument
202 return sourceMap.GetLineAndColumnNumbers(line, column, targetMap, isReplaces); in GetLineAndColumnNumbers()
384 SourceMapData targetMap; in HWTEST_F_L0() local
388 mappingInfo = sourceMapFriend.Find(0, 1, targetMap, isReplaces); in HWTEST_F_L0()
392 mappingInfo = sourceMapFriend.Find(1, 1, targetMap, isReplaces); in HWTEST_F_L0()
406 targetMap.afterPos_ = afterPos; in HWTEST_F_L0()
407 mappingInfo = sourceMapFriend.Find(3, 3, targetMap, isReplaces); in HWTEST_F_L0()
412 mappingInfo = sourceMapFriend.Find(3, 2, targetMap, isReplace in HWTEST_F_L0()
485 SourceMapData targetMap; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp198 MappingInfo SourceMap::Find(int32_t row, int32_t col, const SourceMapData& targetMap, bool& isReplaces) in Find() argument
203 } else if (targetMap.afterPos_.empty()) { in Find()
211 int32_t right = static_cast<int32_t>(targetMap.afterPos_.size()) - 1; in Find()
213 if (row > targetMap.afterPos_[targetMap.afterPos_.size() - 1].afterRow) { in Find()
219 if ((targetMap.afterPos_[mid].afterRow == row && targetMap.afterPos_[mid].afterColumn > col) || in Find()
220 targetMap.afterPos_[mid].afterRow > row) { in Find()
227 return MappingInfo { targetMap.afterPos_[res].beforeRow + 1, targetMap in Find()
386 GetLineAndColumnNumbers(int& line, int& column, SourceMapData& targetMap, bool& isReplaces) GetLineAndColumnNumbers() argument
[all...]
H A Dsource_map.h84 MappingInfo Find(int32_t row, int32_t col, const SourceMapData& targetMap, bool& isReplaces);
86 bool GetLineAndColumnNumbers(int& line, int& column, SourceMapData& targetMap, bool& isReplaces);
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashmap.cpp244 JSHandle<JSAPIHashMap> targetMap = JSHandle<JSAPIHashMap>::Cast(self); in SetAll() local
246 JSAPIHashMap::SetAll(thread, targetMap, sourceMap); in SetAll()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 32 milliseconds