| /arkcompiler/runtime_core/verification/util/ |
| D | relation.h | 38 void Relate(RelIndex from, RelIndex to) in Relate() 96 void ForAllTo(RelIndex to, Handler &&handler) const in ForAllTo() 103 void ForAllBetween(RelIndex from, RelIndex to, Handler &&handler) const in ForAllBetween() 120 bool IsInDirectRelation(RelIndex from, RelIndex to) const in IsInDirectRelation() 125 bool IsInInverseRelation(RelIndex from, RelIndex to) const in IsInInverseRelation() 130 bool IsInAnyRelation(RelIndex from, RelIndex to) const in IsInAnyRelation() 135 bool IsInIsoRelation(RelIndex from, RelIndex to) const in IsInIsoRelation() 145 const IntSet<RelIndex> &GetInverselyRelated(RelIndex to) const in GetInverselyRelated()
|
| D | bit_vector.h | 195 auto bits(size_t from, size_t to) const in bits() 215 auto bits(size_t from, size_t to) in bits() 328 void process(size_t from, size_t to, Handler handler) in process() 363 void Clr(size_t from, size_t to) in Clr() 368 void Set(size_t from, size_t to) in Set() 373 void invert(size_t from, size_t to) in invert()
|
| D | range.h | 89 Range(const Int from, const Int to) : From_ {std::min(from, to)}, To_ {std::max(from, to)} {} in Range()
|
| D | lazy.h | 155 size_t to = c.size(); in IndicesOf() local
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | relation_test.cpp | 45 relation.ForAllFrom(from, [&result](size_t to) { in TEST_F() 52 auto get_set_to = [&relation](size_t to) { in TEST_F() 94 relation.ForAllFrom(from, [&result](size_t to) { in TEST_F() 101 auto get_set_to = [&relation](size_t to) { in TEST_F() 137 auto get_set_between = [&relation](size_t from, size_t to) { in TEST_F()
|
| D | environment.cpp | 53 [[maybe_unused]] auto end) { in EnvOptions()
|
| D | bit_vector_property_test.cpp | 316 size_t to = *gen::oneOf(gen::inRange<size_t>(from, bset.Bits.size()), in __anonea1bced31802() local
|
| /arkcompiler/runtime_core/verification/config/parse/ |
| D | config_parse.cpp | 54 static const auto NAME_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig() 65 static const auto LINE_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arraybuffer.cpp | 37 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
|
| D | ecma_string.cpp | 343 Span<uint8_t> to(utf8To, utf16Len); in CopyUtf16AsUtf8() local
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_whitelist.cpp | 46 static const auto METHOD_NAME_HANDLER = [](action a, PandaString &c, auto from, auto to) { in WhitelistMethodParser()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_instruction.h | 139 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/verification/cflow/ |
| D | exception_source_map.h | 65 void ForSourcesInRange(const void *from, const void *to, Handler &&handler) const in ForSourcesInRange()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 64 Edge *Edge::NewEdge(Chunk *chunk, uint64_t id, EdgeType type, Node *from, Node *to, CString *name) in NewEdge() 923 auto *to = reinterpret_cast<TaggedObject *>(toValue.GetTaggedObject()); in FillEdges() local 964 auto *to = reinterpret_cast<TaggedObject *>(edge->GetTo()->GetAddress()); in BridgeAllReferences() local 972 …pSnapshot::GenerateEdgeName([[maybe_unused]] TaggedObject *from, [[maybe_unused]] TaggedObject *to) in GenerateEdgeName()
|
| D | heap_snapshot.h | 159 explicit Edge(uint64_t id, EdgeType type, Node *from, Node *to, CString *name) in Edge()
|
| /arkcompiler/runtime_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 72 static const auto METHOD_NAME_HANDLER = [](action a, Context &c, auto from, auto to) { in BreakpointParser()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 137 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t num_iter = NUM_ITER_PER_TEST) in RandomTestInBounds()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 250 JSTaggedValue to = newJsShaArrBuf->GetArrayBufferData(); in Slice() local
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | exec_context.h | 188 void ForContextsOnCheckPointsInRange(const uint8_t *from, const uint8_t *to, Handler handler) in ForContextsOnCheckPointsInRange()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 178 void Disasm(size_t from, size_t to) in Disasm()
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_system.h | 324 const IntSet<TypeNum> &GetInverselyRelated(TypeNum to) const in GetInverselyRelated()
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | string.cpp | 149 Span<uint8_t> to(mutf8_to, utf16_length); in CopyUtf16AsMUtf8() local 218 Span<uint8_t> to(string->GetDataMUtf8(), length); in CreateNewStringFromBytes() local 224 Span<uint16_t> to(string->GetDataUtf16(), length); in CreateNewStringFromBytes() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 49 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep()
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 618 PaocClusters::ScopedApplySpecialOptions to(method_name, &clusters_info_); in Compile() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | region_allocator_test.cpp | 468 []([[maybe_unused]] ObjectHeader *from, [[maybe_unused]] ObjectHeader *to) { in TEST_F() 528 []([[maybe_unused]] ObjectHeader *from, [[maybe_unused]] ObjectHeader *to) { in TEST_F()
|