Home
last modified time | relevance | path

Searched defs:from (Results 1 - 25 of 59) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/protobuf/
H A Dlongbits.js21 LongBits.from = function from(value) { function
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckContext.cpp20 void CheckContext::AddCheckMessage(const std::string &cause, const ir::AstNode &node, const lexer::SourcePosition &from) in AddCheckMessage() argument
/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/compiler/codegen/maple/maple_util/include/
H A Dsafe_cast.h58 inline bool instance_of(FromT &from) in instance_of() argument
64 inline bool instance_of(FromT *from) in instance_of() argument
74 inline RetT safe_cast(FromT &from) in safe_cast() argument
84 safe_cast(FromT *from) safe_cast() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.cpp32 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/langs/
H A Djs.py57 return f'import {what} from "./{libname}.mjs";\n' namespace
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arraybuffer.cpp33 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dbarrier_test.cpp51 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
94 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
148 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
204 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
258 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
326 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_helper.h144 static inline Local<T> ToLocal(ecmascript::JSHandle<ecmascript::JSTaggedValue> from) in ToLocal() argument
149 static inline ecmascript::JSTaggedValue ToJSTaggedValue(JSValueRef *from) in ToJSTaggedValue() argument
155 static inline ecmascript::JSMutableHandle<ecmascript::JSTaggedValue> ToJSMutableHandle(Local<JSValueRef> from) in ToJSMutableHandle() argument
161 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(Local<JSValueRef> from) in ToJSHandle() argument
167 ToJSHandle(JSValueRef *from) ToJSHandle() argument
[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.cpp46 llvm::SmallVector<llvm::OperandBundleDef> CopyDeoptBundle(llvm::CallInst *from) in CopyDeoptBundle() argument
60 void CopyDebugLoc(llvm::CallInst *from, llvm::CallInst *to) in CopyDebugLoc() argument
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dlang.py63 return f'import {what} from "./{libname}";\n' namespace
/arkcompiler/runtime_core/static_core/verification/util/
H A Daddr_map.h202 auto from = addrRange_.OffsetOf(addrRange_.PutInBounds(addrFrom)); 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/
H A Dconstantfold_test.cpp242 PrimType from = opcode_to_primtype_pairs[opcode][pairs_idx][0], in TEST() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
H A Dindex.js[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp60 void PGOHClassTreeDesc::Merge(const PGOHClassTreeDesc &from) in Merge() argument
174 void HClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() argument
213 void RootHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() argument
242 Merge(const HClassLayoutDesc *from) Merge() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.h166 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom() argument
/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/plugins/ets/runtime/napi/
H A Dets_napi_invoke_interface.cpp169 static arg_list_t SplitString(const std::string &from, char delim) in SplitString() argument
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dstackful_coroutine_worker.cpp345 void StackfulCoroutineWorker::SwitchCoroutineContext(StackfulCoroutineContext *from, StackfulCoroutineContext *to) in SwitchCoroutineContext() argument
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.h216 size_t from; member
/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

Completed in 16 milliseconds

123