| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/templates/ |
| D | model.template.d.ts | 138 import d from "def"; property in Box 141 import { KK, HH as H } from "def"; property in Box 142 import dd from "def"; property in Box 143 import ddd from "def"; property in Box 168 import { LKL } from "def"; property in Box 171 import { LL } from "def.json"; property in Box 174 import LLL from "def.json"; property in Box 177 import { TType } from "def"; property in Box
|
| /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/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/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/ets_runtime/test/moduletest/protobuf/ |
| D | longbits.js | 21 LongBits.from = function from(value) { function
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_helper.h | 119 static inline Local<T> ToLocal(ecmascript::JSHandle<ecmascript::JSTaggedValue> from) in ToLocal() 124 static inline ecmascript::JSTaggedValue ToJSTaggedValue(JSValueRef *from) in ToJSTaggedValue() 130 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(Local<JSValueRef> from) in ToJSHandle() 136 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/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 | 30 void PGOHClassTreeDesc::Merge(const PGOHClassTreeDesc &from) in Merge() 149 void HClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() 188 void RootHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge() 217 void ChildHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge()
|
| /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()
|
| D | range.h | 95 Range(const Int from, const Int to) : from_ {std::min(from, to)}, to_ {std::max(from, to)} {} in Range()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-helpers.cpp | 49 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 offsetHandler = [](Action a, Context &c, auto from) { in BreakpointParser() 71 static const auto methodNameHandler = [](Action a, Context &c, auto from, auto to) { in BreakpointParser()
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 56 static const auto nameHandler = [](auto a, Context &c, auto from, auto to) { in ParseConfig() 79 static const auto lineHandler = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
|
| /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()
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_whitelist.cpp | 46 static const auto methodNameHandler = [](Action a, PandaString &c, auto from, auto to) { in WhitelistMethodParser()
|
| /arkcompiler/runtime_core/static_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()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arraybuffer.cpp | 38 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 101 static PGOSampleTemplate ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom() 408 static PGOProtoChainTemplate *ConvertFrom(PGOContext &context, FromType *from) in ConvertFrom() 480 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom() 612 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom() 676 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | optimize_common.cpp | 115 static bool IsBackEdgeForLoop(const CGFuncLoops &loop, const BB &from, const BB &to) in IsBackEdgeForLoop() 132 bool DotGenerator::IsBackEdge(const CGFunc &cgFunction, const BB &from, const BB &to) in IsBackEdge()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | state_split_linearizer.cpp | 66 GateRegion* from; member 75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 51 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep() 74 deps_.at(from)[to] = latency; in AddDep() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 42 lexer::TokenType from; member
|