Home
last modified time | relevance | path

Searched defs:to (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-helpers.cpp51 extern "C" void PostWrbUpdateCardFuncEntrypoint(const void *from, const void *to) in PostWrbUpdateCardFuncEntrypoint() argument
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.cpp33 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arraybuffer.cpp34 auto *to = static_cast<uint8_t *>(toBuf); in CopyDataPointBytes() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dbarrier_test.cpp50 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 Dmem_range_test.cpp137 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 Dutils.cpp60 void CopyDebugLoc(llvm::CallInst *from, llvm::CallInst *to) in CopyDebugLoc() argument
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context_misc.cpp57 const auto to = s.find('/'); in DemangleName() local
/arkcompiler/runtime_core/static_core/verification/util/
H A Daddr_map.h203 auto to = addrRange_.OffsetOf(addrRange_.PutInBounds(addrTo)); in EnumerateMarksInScope() local
H A Drange.h95 Range(const Int from, const Int to) : from_ {std::min(from, to)}, to_ {std::max(from, to)} {} in Range() argument
H A Dbit_vector.h223 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 Dconstantfold_test.cpp243 to = opcode_to_primtype_pairs[opcode][pairs_idx][1]; in TEST() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dasm_printer.h178 void Disasm(size_t from, size_t to) in Disasm() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmem_range_test.cpp182 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 Dscheduler.cpp51 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 Dstackful_coroutine_worker.cpp345 void StackfulCoroutineWorker::SwitchCoroutineContext(StackfulCoroutineContext *from, StackfulCoroutineContext *to) in SwitchCoroutineContext() argument
[all...]
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dexec_context.h169 void ForContextsOnCheckPointsInRange(const uint8_t *from, const uint8_t *to, Handler handler) in ForContextsOnCheckPointsInRange() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_sharedarraybuffer.cpp242 JSTaggedValue to = newJsShaArrBuf->GetArrayBufferData(); in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstate_split_linearizer.cpp67 GateRegion* to; member
75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge() argument
H A Dgraph_linearizer.h38 void AddSucc(GateRegion *to) in AddSucc() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dalias_analysis.h393 void AddCopyEdge(const Pointer &from, const Pointer &to) in AddCopyEdge() argument
H A Dreg_alloc_verifier.cpp75 bool MergeImpl(const ArenaVector<LocationState> &from, ArenaVector<LocationState> *to) in MergeImpl() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DopAssignment.cpp43 lexer::TokenType to; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp435 void GetResult(std::unordered_set<ark::Class *> &to) in GetResult() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgc_intrusion.cpp131 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 Dets_class_wrapper.cpp133 const char *to = toKlass->GetDescriptor(); in ThrowJSErrorNotAssignable() local
[all...]

Completed in 15 milliseconds

12