Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-class-1.ts18 cur() : Student { method in Student
/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.cpp57 LoopInfo* loopInfo, GateRef cur) in CollectUseGate()
107 GateRef cur = Circuit::NullGate(); in CollectLoopBody() local
162 size_t LoopAnalysis::ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep) in ComputeLoopDepth()
Dverifier.cpp147 GateRef cur; in RunCFGIsDAGCheck() member
159 auto &cur = curState.cur; in RunCFGIsDAGCheck() local
300 GateRef cur; in RunFlowCyclesFind() member
315 auto &cur = curState.cur; in RunFlowCyclesFind() local
448 auto& cur = st.top(); in RunFlowCyclesFind() local
521 size_t cur; in Run() member
536 auto &cur = curState.cur; in Run() local
Dgraph_editor.cpp182 auto cur = workList.front(); in EliminatePhi() local
Dscheduler.cpp156 size_t cur; in Run() member
171 auto &cur = curState.cur; in Run() local
Dbytecode_circuit_builder.cpp170 size_t cur; in PerformDFS() member
180 auto &cur = curState.cur; in PerformDFS() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator-inl.h40 auto cur = arena_; in ~PygoteSpaceAllocator() local
170 auto cur = arena_; in ContainObject() local
262 auto cur = arena_; in VisitAndRemoveAllPools() local
Dhumongous_obj_allocator-inl.h472 MemoryPoolHeader *cur = listHead; in SortedInsert() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dtarget_registry.cpp32 Target* cur = firstTarget; in lookupTarget() 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/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/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.h51 const char *cur = str.c_str(); in WriteString() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp133 size_t cur = 0; in AddEntryToTree() local
242 size_t cur = 0; in IsDirExist() local
286 size_t cur = 0; in GetAllFileList() local
315 size_t cur = 0; in GetChildNames() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dserializer.cpp43 const char *cur = str.c_str(); in WriteString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp325 auto cur = old_[inst]; in FinalizeBB() local
452 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/
Djs_stable_array.cpp908 for (JSTaggedType *cur = first; cur < last; ++cur) { in FindRawData() local
951 for (JSTaggedType *cur = beforeLast; cur > beforeFirst; --cur) { in FindLastRawData() local
990 return FindRawDataDispatch(type, ctx, [](JSTaggedType cur) { in IndexOfZero()
1004 return FindRawDataDispatch(type, ctx, [targetInt32, targetDouble](JSTaggedType cur) { in IndexOfInt32()
1022 return FindRawDataDispatch(type, ctx, [targetDouble, targetInt32](JSTaggedType cur) { in IndexOfDouble()
1026 return FindRawDataDispatch(type, ctx, [targetDouble](JSTaggedType cur) { in IndexOfDouble()
1036 return FindRawDataDispatch(type, ctx, [targetAddress](JSTaggedType cur) { in IndexOfObjectAddress()
1045 return FindRawDataDispatch(type, ctx, [searchElement, targetAddress](JSTaggedType cur) { in IndexOfString()
1063 return FindRawDataDispatch(type, ctx, [searchElement, targetAddress](JSTaggedType cur) { in IndexOfBigInt()
Ddate_parse.h330 DateUnit cur = GetDate(); in NextDate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp27 unsigned cur = nodes_.size(); in AllocNode() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp41 unsigned cur = nodes_.size(); in AllocNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp44 auto *cur = bigMemHead; in FreeMemBlocks() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h217 int cur = c; in GetcurrentCharNext() local
Dregexp_parser.cpp1629 int cur = c; in Canonicalize() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1142 ScopedTmpReg cur(this, val.GetType()); in EncodeCompareAndSwap() local
1163 auto cur = ScopedTmpReg(this, val.GetType()); in EncodeUnsafeGetAndSet() local
1193 ScopedTmpReg cur(this, val.GetType()); in EncodeUnsafeGetAndAdd() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp885 PGORWOpType *cur = nullptr; in AddObjectInfoImplement() local

12