| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
| D | test-class-1.ts | 18 cur() : Student { method in Student
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | loop_analysis.cpp | 54 LoopInfo* loopInfo, GateRef cur) in CollectUseGate() 104 GateRef cur = Circuit::NullGate(); in CollectLoopBody() local 159 size_t LoopAnalysis::ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep) in ComputeLoopDepth()
|
| D | verifier.cpp | 146 GateRef cur; in RunCFGIsDAGCheck() member 158 auto &cur = curState.cur; in RunCFGIsDAGCheck() local 298 GateRef cur; in RunFlowCyclesFind() member 313 auto &cur = curState.cur; in RunFlowCyclesFind() local 446 auto& cur = st.top(); in RunFlowCyclesFind() local 519 size_t cur; in Run() member 534 auto &cur = curState.cur; in Run() local
|
| D | graph_editor.cpp | 158 auto cur = workList.front(); in EliminatePhi() local
|
| D | scheduler.cpp | 145 size_t cur; in Run() member 160 auto &cur = curState.cur; in Run() local
|
| D | frame_states.cpp | 825 auto cur = pendingList_.back(); in PropagateLoopBody() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | pygote_space_allocator-inl.h | 40 auto cur = arena_; in ~PygoteSpaceAllocator() local 171 auto cur = arena_; in ContainObject() local 263 auto cur = arena_; in VisitAndRemoveAllPools() local
|
| D | humongous_obj_allocator-inl.h | 472 MemoryPoolHeader *cur = listHead; in SortedInsert() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator.cpp | 56 Arena *cur = arenas_; in ~ArenaAllocatorT() local 169 for (Arena *cur = arenas_; cur != nullptr; cur = cur->GetNextArena()) { in GetAllocatedSize() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator.cpp | 60 Arena *cur = arenas_; in ~ArenaAllocatorT() local 174 for (Arena *cur = arenas_; cur != nullptr; cur = cur->GetNextArena()) { in GetAllocatedSize() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.h | 50 const char *cur = str.c_str(); in WriteString() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 521 for (JSTaggedType *cur = first; cur < last; ++cur) { in FindRawData() local 564 for (JSTaggedType *cur = beforeLast; cur > beforeFirst; --cur) { in FindLastRawData() local 603 return FindRawDataDispatch(type, ctx, [](JSTaggedType cur) { in IndexOfZero() 617 return FindRawDataDispatch(type, ctx, [targetInt32, targetDouble](JSTaggedType cur) { in IndexOfInt32() 635 return FindRawDataDispatch(type, ctx, [targetDouble, targetInt32](JSTaggedType cur) { in IndexOfDouble() 639 return FindRawDataDispatch(type, ctx, [targetDouble](JSTaggedType cur) { in IndexOfDouble() 649 return FindRawDataDispatch(type, ctx, [targetAddress](JSTaggedType cur) { in IndexOfObjectAddress() 658 return FindRawDataDispatch(type, ctx, [searchElement, targetAddress](JSTaggedType cur) { in IndexOfString() 676 return FindRawDataDispatch(type, ctx, [searchElement, targetAddress](JSTaggedType cur) { in IndexOfBigInt()
|
| D | date_parse.h | 330 DateUnit cur = GetDate(); in NextDate() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | zip_file.cpp | 137 size_t cur = 0; in AddEntryToTree() local 246 size_t cur = 0; in IsDirExist() local 290 size_t cur = 0; in GetAllFileList() local 318 size_t cur = 0; in GetChildNames() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 301 auto cur = old_[inst]; in FinalizeBB() local 428 auto cur = now.top(); in SchedWithGlued() local
|
| D | adjust_arefs.cpp | 134 for (auto cur = startFrom; cur != nullptr; cur = cur->GetNext()) { in WalkChainDown() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.h | 189 int cur = c; in GetcurrentCharNext() local
|
| D | regexp_parser.cpp | 1487 int cur = c; in Canonicalize() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | mempool.cpp | 44 auto *cur = bigMemHead; in FreeMemBlocks() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.cpp | 44 unsigned cur = nodes_.size(); in AllocNode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.cpp | 44 unsigned cur = nodes_.size(); in AllocNode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 890 ScopedTmpReg cur(this, val.GetType()); in EncodeCompareAndSwap() local 911 auto cur = ScopedTmpReg(this, val.GetType()); in EncodeUnsafeGetAndSet() local 941 ScopedTmpReg cur(this, val.GetType()); in EncodeUnsafeGetAndAdd() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 888 SourceMapTranslateCallback cur = vm_->GetSourceMapTranslateCallback(); in HWTEST_F_L0() local
|