Home
last modified time | relevance | path

Searched defs:fileId (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dfield.h40 …Field(Class *klass, panda_file::File::EntityId fileId, uint32_t accessFlags, panda_file::Type type) in Field()
142 static inline UniqId CalcUniqId(const panda_file::File *file, panda_file::File::EntityId fileId) in CalcUniqId()
Dmethod.h777 static inline UniqId CalcUniqId(const panda_file::File *file, panda_file::File::EntityId fileId) in CalcUniqId()
Dclass.h151 void SetFileId(panda_file::File::EntityId fileId) in SetFileId()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp78 pgo::ApEntityId fileId = INVALID_INDEX; in StoreConstantPoolInfo() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass.cpp63 Class::UniqId Class::CalcUniqId(const panda_file::File *file, panda_file::File::EntityId fileId) in CalcUniqId()
Dmethod.cpp194 Method::Method(Class *klass, const panda_file::File *pf, panda_file::File::EntityId fileId, in Method()
/arkcompiler/runtime_core/static_core/tools/sampler/
Dtrace_dumper.cpp26 uint64_t fileId = sample.stackInfo.managedStack[i].fileId; in DumpTraces() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsamples_record.cpp79 panda_file::File::EntityId fileId(frameId.fileId); in BuildStackInfoMap() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h60 panda_file::File::EntityId fileId; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp85 auto fileId = panda_file::File::EntityId(id); in GetMethodName() local