| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-import-type.ts | 18 import type b from "./B"; alias 20 import type from "./D"; alias
|
| /arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/modules/entry/src/main/ets/entryability/ |
| D | EntryAbility.ts | 18 import type AbilityConstant from "@ohos:app.ability.AbilityConstant"; alias 19 import type Want from "@ohos:app.ability.Want"; alias 21 import type window from "@ohos:window"; alias
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | default_plugin.h | 31 [[maybe_unused]] Method const *from, in CheckFieldAccessViolation() 38 [[maybe_unused]] Method const *from, in CheckMethodAccessViolation() 45 [[maybe_unused]] Method const *from, in CheckClassAccessViolation()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/verification/ |
| D | ets_plugin.h | 31 [[maybe_unused]] Method const *from, in CheckFieldAccessViolation() 38 [[maybe_unused]] Method const *from, in CheckMethodAccessViolation() 45 [[maybe_unused]] Method const *from, in CheckClassAccessViolation()
|
| /arkcompiler/ets_runtime/test/moduletest/protobuf/ |
| D | longbits.js | 21 LongBits.from = function from(value) { function
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_helper.h | 147 static inline Local<T> ToLocal(ecmascript::JSHandle<ecmascript::JSTaggedValue> from) in ToLocal() 152 static inline ecmascript::JSTaggedValue ToJSTaggedValue(JSValueRef *from) in ToJSTaggedValue() 158 …ne ecmascript::JSMutableHandle<ecmascript::JSTaggedValue> ToJSMutableHandle(Local<JSValueRef> from) in ToJSMutableHandle() 164 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(Local<JSValueRef> from) in ToJSHandle() 170 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(JSValueRef *from) in ToJSHandle()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_4/ |
| D | test-ts-import-type-exec.ts | 17 import type ns from './test-ts-export-type'; alias
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-export-default-type/ |
| D | import-main.ts | 17 import type I from './export' alias
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_3/ |
| D | test-ts-import-type-exec.ts | 17 import type I from './test-ts-export-type'; alias
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/regression/ |
| D | lib.d.ts | 19 …export function from(arrayBuffer: ArrayBuffer | SharedArrayBuffer, offset?: number, length?: numbe… function
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/ |
| D | import-main.ts | 17 import type Student from './export'; alias
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.cpp | 59 void PGOHClassTreeDesc::Merge(const PGOHClassTreeDesc &from) in Merge() 173 void HClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() 212 void RootHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() 241 void ChildHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge()
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_export_import_cases/import_declaration/ |
| D | import_02_type.ts | 22 import * as type from './export_type_03' alias
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | checkContext.cpp | 20 …dCheckMessage(const std::string &cause, const ir::AstNode &node, const lexer::SourcePosition &from) in AddCheckMessage()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | utils.cpp | 46 llvm::SmallVector<llvm::OperandBundleDef> CopyDeoptBundle(llvm::CallInst *from) in CopyDeoptBundle() 60 void CopyDebugLoc(llvm::CallInst *from, llvm::CallInst *to) in CopyDebugLoc()
|
| /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()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | rawheap_translate.cpp | 319 void RawHeapTranslate::BuildEdges(const std::shared_ptr<Node> &from, char *hclass) in BuildEdges() 340 const std::shared_ptr<Node> &from, const std::shared_ptr<MetaData> &metadata, uint32_t offset) in BuildFieldsEdges() 357 void RawHeapTranslate::BuildGlobalEnvEdges(const std::shared_ptr<Node> &from) in BuildGlobalEnvEdges() 372 const std::shared_ptr<Node> &from, const std::shared_ptr<MetaData> &metadata, uint32_t offset) in BuildArrayEdges() 402 const std::shared_ptr<Node> &from, const std::shared_ptr<MetaData> &metadata, uint32_t offset) in BuildDictionaryEdges() 433 void RawHeapTranslate::BuildJSObjectInlEdges(const std::shared_ptr<Node> &from, char *hclass, uint3… in BuildJSObjectInlEdges() 453 … const std::shared_ptr<Node> &from, const std::shared_ptr<Node> &to, EdgeType type, uint32_t index) in CreateEdge()
|
| /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/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 62 static const auto OFFSET_HANDLER = [](Action a, Context &c, auto from) { in BreakpointParser() 71 static const auto METHOD_NAME_HANDLER = [](Action a, Context &c, auto from, auto to) { in BreakpointParser()
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 97 static const auto NAME_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig() 108 static const auto LINE_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array-inl.h | 76 …JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData()) + taggedType… in Copy() local
|
| /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/static_core/plugins/ets/playground/frontend/src/models/ |
| D | logs.ts | 39 from?: ELogType; property
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | barrier_test.cpp | 47 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 81 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 126 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 173 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 218 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 282 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
|
| /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()
|