Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-class-1.ts18 cur() : Student { method in Student
/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.cpp54 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()
Dverifier.cpp146 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
Dgraph_editor.cpp158 auto cur = workList.front(); in EliminatePhi() local
Dscheduler.cpp145 size_t cur; in Run() member
160 auto &cur = curState.cur; in Run() local
Dframe_states.cpp825 auto cur = pendingList_.back(); in PropagateLoopBody() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator-inl.h40 auto cur = arena_; in ~PygoteSpaceAllocator() local
171 auto cur = arena_; in ContainObject() local
263 auto cur = arena_; in VisitAndRemoveAllPools() local
Dhumongous_obj_allocator-inl.h472 MemoryPoolHeader *cur = listHead; in SortedInsert() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.cpp56 Arena *cur = arenas_; in ~ArenaAllocatorT() local
169 for (Arena *cur = arenas_; cur != nullptr; cur = cur->GetNextArena()) { in GetAllocatedSize() local
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.cpp60 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/
Dheap_snapshot_json_serializer.h50 const char *cur = str.c_str(); in WriteString() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp521 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()
Ddate_parse.h330 DateUnit cur = GetDate(); in NextDate() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp137 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/
Dscheduler.cpp301 auto cur = old_[inst]; in FinalizeBB() local
428 auto cur = now.top(); in SchedWithGlued() local
Dadjust_arefs.cpp134 for (auto cur = startFrom; cur != nullptr; cur = cur->GetNext()) { in WalkChainDown() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h189 int cur = c; in GetcurrentCharNext() local
Dregexp_parser.cpp1487 int cur = c; in Canonicalize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp44 auto *cur = bigMemHead; in FreeMemBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp44 unsigned cur = nodes_.size(); in AllocNode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp44 unsigned cur = nodes_.size(); in AllocNode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp890 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/
Djsnapi_second_tests.cpp888 SourceMapTranslateCallback cur = vm_->GetSourceMapTranslateCallback(); in HWTEST_F_L0() local