| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsTypedefPropertyAndExportAssignment/ |
| D | module.js | 35 AssertType({ parseHTML: { id: 'parseHTML', label: 'Parse HTML & CSS' }, styl… property 39 AssertType({ id: 'parseHTML', label: 'Parse HTML & CSS' }, "{ id: "parseHTML"; lab… property 52 AssertType({ id: 'styleLayout', label: 'Style & Layout' }, "{ id: "styleLayout"; l… property
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | panda_cache.h | 64 inline uint32_t GetMethodIndex(File::EntityId id) const in GetMethodIndex() 69 inline uint32_t GetFieldIndex(File::EntityId id) const in GetFieldIndex() 75 inline uint32_t GetClassIndex(File::EntityId id) const in GetClassIndex() 80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() 94 inline void SetMethodCache(File::EntityId id, Method *method) in SetMethodCache() 107 inline Field *GetFieldFromCache(File::EntityId id) const in GetFieldFromCache() 121 inline void SetFieldCache(File::EntityId id, Field *field) in SetFieldCache() 134 inline Class *GetClassFromCache(File::EntityId id) const in GetClassFromCache() 148 inline void SetClassCache(File::EntityId id, Class *clazz) in SetClassCache()
|
| D | literal_data_accessor-inl.h | 26 inline size_t LiteralDataAccessor::GetLiteralValsNum(File::EntityId id) const in GetLiteralValsNum() 45 inline void LiteralDataAccessor::EnumerateLiteralVals(File::EntityId id, const Callback &cb) in EnumerateLiteralVals()
|
| D | file.h | 165 bool IsExternal(EntityId id) const in IsExternal() 178 Span<const uint8_t> GetSpanFromId(EntityId id) const in GetSpanFromId() 210 const IndexHeader *GetIndexHeader(EntityId id) const in GetIndexHeader() 238 Span<const EntityId> GetClassIndex(EntityId id) const in GetClassIndex() 257 Span<const EntityId> GetMethodIndex(EntityId id) const in GetMethodIndex() 276 Span<const EntityId> GetFieldIndex(EntityId id) const in GetFieldIndex() 295 Span<const EntityId> GetProtoIndex(EntityId id) const in GetProtoIndex() 309 EntityId ResolveClassIndex(EntityId id, Index idx) const in ResolveClassIndex() 318 EntityId ResolveMethodIndex(EntityId id, Index idx) const in ResolveMethodIndex() 327 EntityId ResolveOffsetByIndex(EntityId id, Index idx) const in ResolveOffsetByIndex() [all …]
|
| D | file-inl.h | 25 inline File::StringData File::GetStringData(EntityId id) const in GetStringData()
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | moduleWithStatementsOfEveryKind.ts | 57 export interface I { id: number } property 59 export class B extends AA<string> implements I { id: number } property in B 61 id: number; property in BB
|
| D | returnStatements.ts | 61 interface I { id: number } property 63 id: number; property in C
|
| D | recursiveConditionalCrash3.ts | 40 id: string, property 46 id: string, property 53 id: string, property
|
| D | subtypeRelationForNever.ts | 42 function id<a>(value: a) : a { function
|
| D | exportCodeGen.ts | 64 export interface I { id: number } property 76 interface I { id: number } property
|
| D | declFileWithExtendsClauseThatHasItsContainerNameConflict.ts | 29 id: number; property in EventManager
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.h | 168 static Location MakeRegister(size_t id) in MakeRegister() 173 static Location MakeFpRegister(size_t id) in MakeFpRegister() 178 static Location MakeRegister(size_t id, DataType::Type type) in MakeRegister() 183 static Location MakeStackSlot(size_t id) in MakeStackSlot() 188 static Location MakeStackArgument(size_t id) in MakeStackArgument() 193 static Location MakeStackParameter(size_t id) in MakeStackParameter()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | graph_test.h | 49 for (uint32_t id : pfile->GetClasses()) { in TestBuildGraphFromFile() local 82 for (uint32_t id : pfile->GetClasses()) { in TestBuildGraphFromFunc() local
|
| /arkcompiler/ets_runtime/test/quickfix/record_not_same/ |
| D | module.js | 16 let id = 0; variable
|
| /arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/ |
| D | annotationdataaccessor_fuzzer.cpp | 33 panda::panda_file::File::EntityId id(classes[i]); in AnnotationDataAccessorFuzzTest() local 39 cda.EnumerateAnnotations([&](panda::panda_file::File::EntityId id) { in AnnotationDataAccessorFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| D | taskpool.cpp | 35 void Taskpool::Destroy(int32_t id) in Destroy() 49 void Taskpool::TerminateTask(int32_t id, TaskType type) in TerminateTask()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.h | 34 …DestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool convertTu… in DestructuringContext() 88 …ArrayDestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool conv… in ArrayDestructuringContext() 112 …ObjectDestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool con… in ObjectDestructuringContext()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | assembler_module.h | 47 size_t GetFunction(int id) const in GetFunction() 58 panda::ecmascript::Label* GetFunctionLabel(int id) const in GetFunctionLabel()
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/taggedTemplatesInModuleAndGlobal/ |
| D | module.ts | 22 function id<T>(x: T): T { function
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.h | 38 explicit EnableReturns(UniqueDebuggerId id) : debuggerId_(id) {} in EnableReturns() 53 …explicit SetBreakpointByUrlReturns(const std::string &id, std::vector<std::unique_ptr<Location>> l… in SetBreakpointByUrlReturns() 172 explicit SetBreakpointReturns(const std::string &id, std::unique_ptr<Location> location) in SetBreakpointReturns() 188 explicit SetInstrumentationBreakpointReturns(const std::string &id) : breakpointId_(id) in SetInstrumentationBreakpointReturns()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.h | 356 inline uint32_t Rd(uint32_t id) in Rd() 361 inline uint32_t Rn(uint32_t id) in Rn() 366 inline uint32_t Rm(uint32_t id) in Rm() 371 inline uint32_t Rt(uint32_t id) in Rt() 376 inline uint32_t Rt2(uint32_t id) in Rt2() 381 inline uint32_t Sf(uint32_t id) in Sf()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 166 panda_file::File::EntityId id(it.first); in ParseConstPool() local 334 uint32_t id = inst.GetId(); in FixOpcode() local 1195 uint32_t id = inst.GetId(); in FixOpcode() local 1208 uint32_t id = inst.GetId(); in FixOpcode() local 1222 uint32_t id = inst.GetId(); in FixOpcode() local 1236 uint32_t id = inst.GetId(); in FixOpcode() local 1250 uint32_t id = inst.GetId(); in FixOpcode() local 1264 uint32_t id = inst.GetId(); in FixOpcode() local 1278 uint32_t id = inst.GetId(); in FixOpcode() local 1293 uint32_t id = inst.GetId(); in FixOpcode() local [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/data_type/ |
| D | type_omit.ts | 21 id: number; property
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsNamespaceExportDeclaration.h | 34 explicit TSNamespaceExportDeclaration(Identifier *id) in TSNamespaceExportDeclaration()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | extended_assembler_x64.cpp | 78 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() 84 void ExtendedAssembler::BindAssemblerStub(int id) in BindAssemblerStub()
|