| /arkcompiler/runtime_core/verification/util/ |
| D | relation.h | 38 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()
|
| 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 | 154 size_t from = 0; in IndicesOf() local
|
| /arkcompiler/ets_runtime/test/moduletest/protobuf/ |
| D | longbits.js | 21 LongBits.from = function from(value) { function
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_helper.h | 63 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/ |
| D | relation_test.cpp | 43 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()
|
| D | bit_vector_property_test.cpp | 315 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/ |
| 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/runtime_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 63 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/ |
| D | js_arraybuffer.cpp | 36 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
|
| D | js_stable_array.cpp | 108 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/ |
| 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/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() 72 deps_.at(from)[to] = latency; in AddDep() local
|
| /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/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() 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/ |
| D | builtins_sharedarraybuffer.cpp | 248 JSTaggedValue from = shaArrBuf->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/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 124 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/ |
| D | asm_printer.h | 178 void Disasm(size_t from, size_t to) in Disasm()
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_system.h | 319 const IntSet<TypeNum> &GetDirectlyRelated(TypeNum from) const in GetDirectlyRelated()
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | string.cpp | 148 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/ |
| D | liveness_analyzer.h | 185 void StartFrom(LifeNumber from) in StartFrom()
|