Searched defs:to (Results 1 – 14 of 14) sorted by relevance
/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/ets_runtime/ecmascript/ |
D | js_arraybuffer.cpp | 39 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
|
D | ecma_string.cpp | 163 Span<uint16_t> to(GetDataUtf16Writable() + start, length); in WriteData() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | state_split_linearizer.cpp | 67 GateRegion* to; member 75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge()
|
D | graph_linearizer.h | 37 void AddSucc(GateRegion *to) in AddSucc()
|
D | graph_linearizer.cpp | 876 void GraphLinearizer::MoveAndClear(GateRegion* from, GateRegion* to) in MoveAndClear()
|
D | bytecode_circuit_builder.cpp | 1117 size_t BytecodeCircuitBuilder::LoopExitCount(size_t from, size_t to) in LoopExitCount()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 64 Edge *Edge::NewEdge(Chunk *chunk, uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in NewEdge() 931 auto *to = reinterpret_cast<TaggedObject *>(toValue.GetTaggedObject()); in FillEdges() local 997 auto *to = reinterpret_cast<TaggedObject *>(edge->GetTo()->GetAddress()); in BridgeAllReferences() local 1005 …pSnapshot::GenerateEdgeName([[maybe_unused]] TaggedObject *from, [[maybe_unused]] TaggedObject *to) in GenerateEdgeName()
|
D | heap_snapshot.h | 154 Edge(uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in Edge()
|
/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
|
D | builtins_string.cpp | 1337 int32_t to = 0; in Slice() local 1534 int32_t to = std::max(start, end); in Substring() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 19838 class to extends Qr { class 61464 to: r, property
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 (()=>{var __webpack_modules__={"./node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toS… function
|