| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-helpers.cpp | 51 extern "C" void PostWrbUpdateCardFuncEntrypoint(const void *from, const void *to) in PostWrbUpdateCardFuncEntrypoint() argument
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_sendable_arraybuffer.cpp | 33 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_arraybuffer.cpp | 34 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | barrier_test.cpp | 50 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); in HWTEST_F_L0() local 93 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); in HWTEST_F_L0() local 147 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); in HWTEST_F_L0() local 203 JSTaggedValue* to in HWTEST_F_L0() local 257 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); HWTEST_F_L0() local 325 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); HWTEST_F_L0() local [all...] |
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A 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() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | utils.cpp | 60 void CopyDebugLoc(llvm::CallInst *from, llvm::CallInst *to) in CopyDebugLoc() argument
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_context_misc.cpp | 57 const auto to = s.find('/'); in DemangleName() local
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | addr_map.h | 203 auto to = addrRange_.OffsetOf(addrRange_.PutInBounds(addrTo)); in EnumerateMarksInScope() local
|
| H A D | range.h | 95 Range(const Int from, const Int to) : from_ {std::min(from, to)}, to_ {std::max(from, to)} {} in Range() argument
|
| H A D | bit_vector.h | 223 auto bits(size_t from, size_t to) // NOLINT(readability-identifier-naming) in bits() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/ |
| H A D | constantfold_test.cpp | 243 to = opcode_to_primtype_pairs[opcode][pairs_idx][1]; in TEST() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| H A D | asm_printer.h | 178 void Disasm(size_t from, size_t to) in Disasm() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | mem_range_test.cpp | 182 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t numIter = NUM_ITER_PER_TEST) in RandomTestInBounds() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | scheduler.cpp | 51 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | stackful_coroutine_worker.cpp | 345 void StackfulCoroutineWorker::SwitchCoroutineContext(StackfulCoroutineContext *from, StackfulCoroutineContext *to) in SwitchCoroutineContext() argument [all...] |
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | exec_context.h | 169 void ForContextsOnCheckPointsInRange(const uint8_t *from, const uint8_t *to, Handler handler) in ForContextsOnCheckPointsInRange() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_sharedarraybuffer.cpp | 242 JSTaggedValue to = newJsShaArrBuf->GetArrayBufferData(); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | state_split_linearizer.cpp | 67 GateRegion* to; member 75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge() argument
|
| H A D | graph_linearizer.h | 38 void AddSucc(GateRegion *to) in AddSucc() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | alias_analysis.h | 393 void AddCopyEdge(const Pointer &from, const Pointer &to) in AddCopyEdge() argument
|
| H A D | reg_alloc_verifier.cpp | 75 bool MergeImpl(const ArenaVector<LocationState> &from, ArenaVector<LocationState> *to) in MergeImpl() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | opAssignment.cpp | 43 lexer::TokenType to; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | ts2ets_copy.cpp | 435 void GetResult(std::unordered_set<ark::Class *> &to) in GetResult() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | gc_intrusion.cpp | 131 void GcRefLiveness::ReplaceValue(Value *from, Value *to) in ReplaceValue() argument 608 void GcIntrusion::ReplaceDominatedUses(Value *from, Value *to, BasicBloc argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_class_wrapper.cpp | 133 const char *to = toKlass->GetDescriptor(); in ThrowJSErrorNotAssignable() local [all...] |