Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 52) sorted by relevance

123

/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h204 auto bits(size_t from, size_t to) const // NOLINT(readability-identifier-naming) in bits()
223 auto bits(size_t from, size_t to) // NOLINT(readability-identifier-naming) in bits()
335 void Process(size_t from, size_t to, Handler handler) in Process()
370 void Clr(size_t from, size_t to) in Clr()
375 void Set(size_t from, size_t to) in Set()
380 void Invert(size_t from, size_t to) in Invert()
Drange.h95 Range(const Int from, const Int to) : from_ {std::min(from, to)}, to_ {std::max(from, to)} {} in Range()
Daddr_map.h203 auto to = addrRange_.OffsetOf(addrRange_.PutInBounds(addrTo)); in EnumerateMarksInScope() local
Dlazy.h159 size_t to = c.size(); in IndicesOf() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-helpers.cpp49 extern "C" void PostWrbUpdateCardFuncEntrypoint(const void *from, const void *to) in PostWrbUpdateCardFuncEntrypoint()
/arkcompiler/runtime_core/static_core/verification/config/parse/
Dconfig_parse.cpp56 static const auto nameHandler = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
79 static const auto lineHandler = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h139 explicit BytecodeInstBase(const uint8_t *pc, const uint8_t *from, const uint8_t *to) in BytecodeInstBase()
238 …explicit BytecodeInst(const uint8_t *pc, const uint8_t *from, const uint8_t *to) : Base {pc, from,… in BytecodeInst()
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_whitelist.cpp46 static const auto methodNameHandler = [](Action a, PandaString &c, auto from, auto to) { in WhitelistMethodParser()
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction.h139 explicit BytecodeInstBase(const uint8_t *pc, const uint8_t *from, const uint8_t *to) in BytecodeInstBase()
238 …explicit BytecodeInst(const uint8_t *pc, const uint8_t *from, const uint8_t *to) : Base {pc, from,… in BytecodeInst()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp39 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp115 static bool IsBackEdgeForLoop(const CGFuncLoops &loop, const BB &from, const BB &to) in IsBackEdgeForLoop()
132 bool DotGenerator::IsBackEdge(const CGFunc &cgFunction, const BB &from, const BB &to) in IsBackEdge()
Dschedule.cpp211 DepNode &to = succ->GetTo(); in CalculateMaxDepth() local
229 DepNode &to = succ->GetTo(); in CalculateNear() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstate_split_linearizer.cpp67 GateRegion* to; member
75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge()
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp71 static const auto methodNameHandler = [](Action a, Context &c, auto from, auto to) { in BreakpointParser()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp43 lexer::TokenType to; member
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp137 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t num_iter = NUM_ITER_PER_TEST) in RandomTestInBounds()
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denvironment.cpp52 [[maybe_unused]] auto end) { in EnvOptions()
/arkcompiler/runtime_core/static_core/verification/absint/
Dexec_context.h169 void ForContextsOnCheckPointsInRange(const uint8_t *from, const uint8_t *to, Handler handler) in ForContextsOnCheckPointsInRange()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmem_range_test.cpp182 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t numIter = NUM_ITER_PER_TEST) in RandomTestInBounds()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp250 JSTaggedValue to = newJsShaArrBuf->GetArrayBufferData(); in Slice() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp57 const auto to = s.find('/'); in DemangleName() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp65 Edge *Edge::NewEdge(Chunk *chunk, uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in NewEdge()
75 Edge *Edge::NewEdge(Chunk *chunk, uint32_t id, EdgeType type, Node *from, Node *to, uint32_t index) in NewEdge()
1040 auto *to = toValue.GetTaggedObject(); in FillEdges() local
Dheap_snapshot.h175 Edge(uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in Edge()
177 Edge(uint32_t id, EdgeType type, Node *from, Node *to, uint32_t index) in Edge()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h386 void AddCopyEdge(const Pointer &from, const Pointer &to) in AddCopyEdge()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp334 …routineWorker::SwitchCoroutineContext(StackfulCoroutineContext *from, StackfulCoroutineContext *to) in SwitchCoroutineContext()

123