| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | compare_branches.py | 56 def print_complement(of, to): argument
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | bit_vector.h | 204 auto bits(size_t from, size_t to) const // NOLINT(readability-identifier-naming) in bits() 223 auto bits(size_t from, size_t to) // NOLINT(readability-identifier-naming) in bits() 335 void Process(size_t from, size_t to, Handler handler) in Process() 370 void Clr(size_t from, size_t to) in Clr() 375 void Set(size_t from, size_t to) in Set() 380 void Invert(size_t from, size_t to) in Invert()
|
| D | range.h | 95 Range(const Int from, const Int to) : from_ {std::min(from, to)}, to_ {std::max(from, to)} {} in Range()
|
| D | addr_map.h | 203 auto to = addrRange_.OffsetOf(addrRange_.PutInBounds(addrTo)); in EnumerateMarksInScope() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-helpers.cpp | 51 extern "C" void PostWrbUpdateCardFuncEntrypoint(const void *from, const void *to) in PostWrbUpdateCardFuncEntrypoint()
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 56 static const auto NAME_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig() 79 static const auto LINE_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | loop.h | 92 bool IsBackEdge(const BB &from, const BB &to) const in IsBackEdge() 183 bool IsBackEdge(const BB &from, const BB &to) const in IsBackEdge()
|
| /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/static_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/shared_objects/ |
| D | js_sendable_arraybuffer.cpp | 33 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arraybuffer.cpp | 34 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
|
| /arkcompiler/runtime_core/static_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/static_core/libllvmbackend/ |
| D | utils.cpp | 60 void CopyDebugLoc(llvm::CallInst *from, llvm::CallInst *to) in CopyDebugLoc()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | state_split_linearizer.cpp | 67 GateRegion* to; member 75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge()
|
| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 71 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/dfx/hprof/rawheap_translate/ |
| D | rawheap_translate.h | 60 std::shared_ptr<Node> to; member
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | environment.cpp | 52 [[maybe_unused]] auto end) { in EnvOptions()
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | exec_context.h | 169 void ForContextsOnCheckPointsInRange(const uint8_t *from, const uint8_t *to, Handler handler) in ForContextsOnCheckPointsInRange()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | sort_helper.cpp | 87 void TimSort::ReverseRange(JSThread *thread, JSHandle<TaggedArray> &array, int from, int to) in ReverseRange() 582 int to = srcPos + length; in CopyArray() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 48 Edge *Edge::NewEdge(Chunk *chunk, EdgeType type, Node *from, Node *to, CString *name) in NewEdge() 58 Edge *Edge::NewEdge(Chunk *chunk, EdgeType type, Node *from, Node *to, uint32_t index) in NewEdge() 1069 auto *to = toValue.GetTaggedObject(); in FillEdges() local 1119 auto *to = toValue.GetTaggedObject(); in FillEdgesForBinMod() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 242 JSTaggedValue to = newJsShaArrBuf->GetArrayBufferData(); in Slice() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 57 const auto to = s.find('/'); in DemangleName() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 182 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t numIter = NUM_ITER_PER_TEST) in RandomTestInBounds()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 393 void AddCopyEdge(const Pointer &from, const Pointer &to) in AddCopyEdge()
|