| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | invokation_helper.cpp | 27 void CountMethodTypes(panda_file::ShortyIterator &it, arch::ArgCounter<RUNTIME_ARCH> counter) in CountMethodTypes() argument
|
| H A D | collection_set_test.cpp | 152 auto it = cs.begin(); in TEST_F() local [all...] |
| /arkcompiler/ets_runtime/test/moduletest/typedarrayfrom/ |
| H A D | typedarrayfrom.js | |
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ |
| H A D | profiling_data.cpp | 26 auto it = featuresDataMap_.find(featureName); in SetFeatureDate() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | source_manager.cpp | 44 auto it = idToFileName_.find(id); in GetSourceFileName() local
|
| H A D | session_manager.cpp | 39 auto it = sessions_.find(""); in GetSessionIdByThread() local 51 auto it = sessions_.find(id); in GetThreadBySessionId() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_debugger_manager.cpp | 43 auto it = jsDebuggerManagerMap_.find(tid); in DeleteJsDebuggerManager() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | calleeReg.cpp | 56 auto it = reg2Location_.find(static_cast<DwarfReg>(reg)); in FindCallRegOrder() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_forin_iterator_test.cpp | 52 JSHandle<JSForInIterator> it = JSObject::EnumerateObjectProperties(thread, JSHandle<JSTaggedValue>(son)); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | ide_helpers.h | 72 auto it = item_table.begin(); in JsonSerializeProgramItems() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| H A D | rpo.h | 51 auto it = std::find(rpo_vector_.begin(), rpo_vector_.end(), rm_block); in RemoveBasicBlock() local 60 auto it = std::find(rpo_vector_.begin(), rpo_vector_.end(), cur_block); in AddBasicBlockAfter() local 67 auto it = std::find(rpo_vector_.begin(), rpo_vector_.end(), cur_block); in AddBasicBlockBefore() local 74 auto it in AddVectorAfter() local [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_map.cpp | 100 auto it = std::find(codegen_reg_map_.cbegin(), codegen_reg_map_.cend(), codegen_reg); in CodegenToRegallocReg() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | ide_helpers.h | 75 auto it = itemTable.begin(); in JsonSerializeProgramItems() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | rpo.h | 51 auto it = std::find(rpoVector_.begin(), rpoVector_.end(), rmBlock); in RemoveBasicBlock() local 60 auto it = std::find(rpoVector_.begin(), rpoVector_.end(), curBlock); in AddBasicBlockAfter() local 67 auto it = std::find(rpoVector_.begin(), rpoVector_.end(), curBlock); in AddBasicBlockBefore() local 74 auto it in AddVectorAfter() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | redundant_loop_elimination.cpp | 59 auto it = std::find_if(users.begin(), users.end(), in IsRedundant() local
|
| /arkcompiler/runtime_core/static_core/dprof/converter/ |
| H A D | features_manager.h | 35 auto it = map_.find(featureName); in RegisterFeature() local 56 auto it = map_.find(featureName); in ProcessingFeature() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | wrappers_cache.h | 36 auto it = cache_.find(key); in Lookup() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_native_library_provider.cpp | 51 auto it = in LoadLibrary() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | monitor_pool.cpp | 47 auto it = monitors_.find(id); in LookupMonitor() local 57 auto it = monitors_.find(id); in FreeMonitor() local [all...] |
| /arkcompiler/runtime_core/static_core/verification/cache/ |
| H A D | file_entity_cache.h | 67 const auto it = storage_.find(GetKey<Entity>(pf, id)); in GetCached() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| H A D | struct_field_test.cpp | 46 auto it = elemMap.find(id); in Access() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | regScope.cpp | 44 auto it = pg_->insns_.begin(); in DebuggerCloseScope() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsDynamicType.cpp | 26 auto it = propertiesCache_.find(name); in GetPropertyDynamic() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | string_hashmap.cpp | 24 auto it = hashmap_.find(key); in FindOrInsertString() local 40 auto it = indexMap_.find(GenerateStringKey(cstr)); in GetStringId() local 46 auto it = hashmap_.find(key); in GetStringByKey() local 55 auto it in GetStringAndIdPair() local 66 auto it = indexMap_.find(key); InsertStrAndGetStringId() local [all...] |
| /arkcompiler/toolchain/tooling/client/manager/ |
| H A D | breakpoint_manager.cpp | 73 std::vector<Breaklocation>::iterator it = breaklist_.begin() + num - 1; in Deletebreaklist() local
|