Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/verification/util/
Drelation.h38 void Relate(RelIndex from, RelIndex to) in Relate()
89 void ForAllFrom(RelIndex from, Handler &&handler) const in ForAllFrom()
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()
140 const IntSet<RelIndex> &GetDirectlyRelated(RelIndex from) const in GetDirectlyRelated()
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.h154 size_t from = 0; in IndicesOf() local
/arkcompiler/ets_runtime/test/moduletest/protobuf/
Dlongbits.js21 LongBits.from = function from(value) { function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h63 static inline Local<T> ToLocal(ecmascript::JSHandle<ecmascript::JSTaggedValue> from) in ToLocal()
68 static inline ecmascript::JSTaggedValue ToJSTaggedValue(JSValueRef *from) in ToJSTaggedValue()
74 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(Local<JSValueRef> from) in ToJSHandle()
80 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(JSValueRef *from) in ToJSHandle()
/arkcompiler/runtime_core/verification/util/tests/
Drelation_test.cpp43 auto get_set_from = [&relation](size_t from) { in TEST_F()
54 relation.ForAllTo(to, [&result](size_t from) { in TEST_F()
92 auto get_set_from = [&relation](size_t from) { in TEST_F()
103 relation.ForAllTo(to, [&result](size_t from) { in TEST_F()
137 auto get_set_between = [&relation](size_t from, size_t to) { in TEST_F()
Dbit_vector_property_test.cpp315 size_t from = *gen::inRange<size_t>(0, bset.Bits.size() - 1); in __anonea1bced31802() local
330 size_t from = *gen::inRange<size_t>(0, bset.Bits.size() - 1); in __anonea1bced31902() 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/runtime_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp63 static const auto OFFSET_HANDLER = [](action a, Context &c, auto from) { in BreakpointParser()
72 static const auto METHOD_NAME_HANDLER = [](action a, Context &c, auto from, auto to) { in BreakpointParser()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp36 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
Djs_stable_array.cpp108 uint32_t from = start + k; in Splice() local
413 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf()
/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/runtime_core/compiler/optimizer/optimizations/
Dscheduler.cpp49 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep()
72 deps_.at(from)[to] = latency; in AddDep() local
/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/dfx/hprof/
Dheap_snapshot.cpp64 Edge *Edge::NewEdge(Chunk *chunk, uint64_t id, EdgeType type, Node *from, Node *to, CString *name) in NewEdge()
963 auto *from = reinterpret_cast<TaggedObject *>(edge->GetFrom()->GetAddress()); in BridgeAllReferences() local
972 CString *HeapSnapshot::GenerateEdgeName([[maybe_unused]] TaggedObject *from, [[maybe_unused]] Tagge… in GenerateEdgeName()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp248 JSTaggedValue from = shaArrBuf->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/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp124 GateRef BuiltinsStringStubBuilder::FastSubUtf8String(GateRef glue, GateRef thisValue, GateRef from,… in FastSubUtf8String()
162 GateRef BuiltinsStringStubBuilder::FastSubUtf16String(GateRef glue, GateRef thisValue, GateRef from in FastSubUtf16String()
/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.h319 const IntSet<TypeNum> &GetDirectlyRelated(TypeNum from) const in GetDirectlyRelated()
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp148 Span<const uint16_t> from(utf16_from, utf16_length); in CopyUtf16AsMUtf8() local
217 Span<const uint8_t> from(src, length); in CreateNewStringFromBytes() local
223 Span<const uint8_t> from(src, length); in CreateNewStringFromBytes() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h185 void StartFrom(LifeNumber from) in StartFrom()

12