| /arkcompiler/ets_runtime/test/moduletest/protobuf/ |
| H A D | longbits.js | 21 LongBits.from = function from(value) { function
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | checkContext.cpp | 20 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 D | g1-helpers.cpp | 51 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 D | safe_cast.h | 58 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 D | js_sendable_arraybuffer.cpp | 32 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/langs/ |
| H A D | js.py | 57 return f'import {what} from "./{libname}.mjs";\n' namespace
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_arraybuffer.cpp | 33 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | barrier_test.cpp | 51 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 D | jsnapi_helper.h | 144 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 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 | 46 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 D | lang.py | 63 return f'import {what} from "./{libname}";\n' namespace
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | addr_map.h | 202 auto from = addrRange_.OffsetOf(addrRange_.PutInBounds(addrFrom)); 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
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/ |
| H A D | constantfold_test.cpp | 242 PrimType from = opcode_to_primtype_pairs[opcode][pairs_idx][0], in TEST() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| H A D | index.js | [all...] |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_layout.cpp | 60 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 D | pgo_method_type_set.h | 166 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom() argument
|
| /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/plugins/ets/runtime/napi/ |
| H A D | ets_napi_invoke_interface.cpp | 169 static arg_list_t SplitString(const std::string &from, char delim) in SplitString() argument
|
| /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
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_context.h | 216 size_t from; member
|
| /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
|