Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 203) sorted by relevance

123456789

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsTypedefPropertyAndExportAssignment/
Dmodule.js35 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/
Dpanda_cache.h64 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()
Dliteral_data_accessor-inl.h26 inline size_t LiteralDataAccessor::GetLiteralValsNum(File::EntityId id) const in GetLiteralValsNum()
45 inline void LiteralDataAccessor::EnumerateLiteralVals(File::EntityId id, const Callback &cb) in EnumerateLiteralVals()
Dfile.h165 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 …]
Dfile-inl.h25 inline File::StringData File::GetStringData(EntityId id) const in GetStringData()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmoduleWithStatementsOfEveryKind.ts57 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
DreturnStatements.ts61 interface I { id: number } property
63 id: number; property in C
DrecursiveConditionalCrash3.ts40 id: string, property
46 id: string, property
53 id: string, property
DsubtypeRelationForNever.ts42 function id<a>(value: a) : a { function
DexportCodeGen.ts64 export interface I { id: number } property
76 interface I { id: number } property
DdeclFileWithExtendsClauseThatHasItsContainerNameConflict.ts29 id: number; property in EventManager
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h168 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/
Dgraph_test.h49 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/
Dmodule.js16 let id = 0; variable
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/
Dannotationdataaccessor_fuzzer.cpp33 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/
Dtaskpool.cpp35 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/
DdestructuringContext.h34 …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/
Dassembler_module.h47 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/
Dmodule.ts22 function id<T>(x: T): T { function
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h38 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/
Dassembler_aarch64.h356 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/
Dpanda_file_translator.cpp166 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/
Dtype_omit.ts21 id: number; property
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsNamespaceExportDeclaration.h34 explicit TSNamespaceExportDeclaration(Identifier *id) in TSNamespaceExportDeclaration()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.cpp78 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub()
84 void ExtendedAssembler::BindAssemblerStub(int id) in BindAssemblerStub()

123456789