Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/verification/util/
Drelation.h38 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()
Dbit_vector.h195 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()
Drange.h89 Range(const Int from, const Int to) : From_ {std::min(from, to)}, To_ {std::max(from, to)} {} in Range()
Dlazy.h155 size_t to = c.size(); in IndicesOf() local
/arkcompiler/runtime_core/verification/util/tests/
Drelation_test.cpp45 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()
Denvironment.cpp53 [[maybe_unused]] auto end) { in EnvOptions()
Dbit_vector_property_test.cpp316 size_t to = *gen::oneOf(gen::inRange<size_t>(from, bset.Bits.size()), in __anonea1bced31802() local
/arkcompiler/runtime_core/verification/config/parse/
Dconfig_parse.cpp54 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/
Djs_arraybuffer.cpp37 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
Decma_string.cpp343 Span<uint8_t> to(utf8To, utf16Len); in CopyUtf16AsUtf8() local
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_whitelist.cpp46 static const auto METHOD_NAME_HANDLER = [](action a, PandaString &c, auto from, auto to) { in WhitelistMethodParser()
/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/verification/cflow/
Dexception_source_map.h65 void ForSourcesInRange(const void *from, const void *to, Handler &&handler) const in ForSourcesInRange()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp64 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()
Dheap_snapshot.h159 explicit Edge(uint64_t id, EdgeType type, Node *from, Node *to, CString *name) in Edge()
/arkcompiler/runtime_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp72 static const auto METHOD_NAME_HANDLER = [](action a, Context &c, auto from, auto to) { in BreakpointParser()
/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/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp250 JSTaggedValue to = newJsShaArrBuf->GetArrayBufferData(); in Slice() local
/arkcompiler/runtime_core/verification/absint/
Dexec_context.h188 void ForContextsOnCheckPointsInRange(const uint8_t *from, const uint8_t *to, Handler handler) in ForContextsOnCheckPointsInRange()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.h178 void Disasm(size_t from, size_t to) in Disasm()
/arkcompiler/runtime_core/verification/type/
Dtype_system.h324 const IntSet<TypeNum> &GetInverselyRelated(TypeNum to) const in GetInverselyRelated()
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp149 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/
Dscheduler.cpp49 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp618 PaocClusters::ScopedApplySpecialOptions to(method_name, &clusters_info_); in Compile() local
/arkcompiler/runtime_core/runtime/tests/
Dregion_allocator_test.cpp468 []([[maybe_unused]] ObjectHeader *from, [[maybe_unused]] ObjectHeader *to) { in TEST_F()
528 []([[maybe_unused]] ObjectHeader *from, [[maybe_unused]] ObjectHeader *to) { in TEST_F()

12