Searched refs:ii (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/code_info/ |
H A D | code_info.cpp | 60 auto ii = GetInlineInfo(stackMap, depth); in DumpInlineInfo() local 61 stream << "InlineInfo #" << depth << ": bpc=0x" << std::hex << ii.GetBytecodePc() << std::dec in DumpInlineInfo() 62 << ", vregs_num: " << ii.GetVRegsCount(); in DumpInlineInfo()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context_misc.cpp | 79 auto reprType = [&typs, &refs, &numRefs, &o](size_t ii) { in ReprMethod() 80 auto &t = typs[ii]; in ReprMethod() 92 for (size_t ii = 1; ii < typs.size(); ii++) { in ReprMethod() 93 reprType(ii); in ReprMethod() 94 if (ii + 1 != typs.size()) { in ReprMethod()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
H A D | callconv.cpp | 66 uint32_t ii {MAX_NUM_REGS - i - 1}; in PushRegs() 67 if (vregs.Has(ii)) { in PushRegs() 70 GetMasm()->movsd(asmjit::x86::ptr(asmjit::x86::rsp), asmjit::x86::xmm(ii)); in PushRegs() 75 uint32_t ii {MAX_NUM_REGS - i - 1}; in PushRegs() 76 if (regs.Has(ii)) { in PushRegs() 78 GetMasm()->push(asmjit::x86::gpq(ConvertRegNumber(ii))); in PushRegs()
|
/arkcompiler/runtime_core/scripts/ |
H A D | gc_pause_stats.py | 154 ii = detect_str(f_line) 155 if ii[0] != -1 and f_line.find(GCPauseStats.PAUSE_DETECT_STR) != -1: 156 gc_info_str = f_line[ii[0] + ii[1]:]
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | gc_pause_stats.py | 232 ii = GCStatsCollector.detect_str(f_line) 233 if ii[0] != -1 and f_line.find(GCStatsCollector.PAUSE_DETECT_STR) != -1: 234 gc_info_str = f_line[ii[0] + ii[1]:]
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | panda_runtime_lowering.cpp | 144 llvm::BasicBlock::iterator ii(inst); in LowerBuiltin() 145 ReplaceInstWithValue(inst->getParent()->getInstList(), ii, lowered); in LowerBuiltin()
|
H A D | gc_intrusion.cpp | 521 BasicBlock::iterator ii(call); in RewriteWithGc() 527 ReplaceInstWithValue(call->getParent()->getInstList(), ii, ret); in RewriteWithGc()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | stack_walker.h | 352 auto ii = codeInfo_.GetInlineInfo(stackmap_, inlineDepth_); in GetCFrameBytecodePc() local 353 return ii.GetBytecodePc(); in GetCFrameBytecodePc()
|
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/ |
H A D | aotdump.cpp | 401 for (auto ii : const_cast<CodeInfo &>(codeInfo).GetInlineInfos(stackmap)) { in PrintStackmap() 403 codeInfo.DumpInlineInfo(*stream_, stackmap, ii.GetRow() - stackmap.GetInlineInfoIndex()); in PrintStackmap() 405 const_cast<CodeInfo &>(codeInfo).GetMethod(stackmap, ii.GetRow() - stackmap.GetInlineInfoIndex()); in PrintStackmap()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_item_container.cpp | 159 auto ii = items.insert(pos, std::make_unique<T>(std::forward<Args>(args)...)); in GetOrInsert() local 160 auto *item = static_cast<T *>(ii->get()); in GetOrInsert()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_item_container.cpp | 174 auto ii = items.insert(pos, std::make_unique<T>(std::forward<Args>(args)...)); in GetOrInsert() local 175 auto *item = static_cast<T *>(ii->get()); in GetOrInsert()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 11042 function ii(t, e, i, s) { 11073 ii(s, e, t.properties, i); [all...] |
Completed in 38 milliseconds