Home
last modified time | relevance | path

Searched defs:pandaFile (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/
Dfield.cpp27 const auto *pandaFile = GetPandaFile(); in GetName() local
34 const auto *pandaFile = GetPandaFile(); in ResolveTypeClass() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dvalue.h28 ScalarValue(const File &pandaFile, uint32_t value) : pandaFile_(pandaFile), value_(value) {} in ScalarValue()
74 ArrayValue(const File &pandaFile, File::EntityId id) : pandaFile_(pandaFile), id_(id) in ArrayValue()
Dliteral_data_accessor.cpp20 LiteralDataAccessor::LiteralDataAccessor(const File &pandaFile, File::EntityId literalDataId) in LiteralDataAccessor()
Ddebug_data_accessor.cpp21 DebugInfoDataAccessor::DebugInfoDataAccessor(const File &pandaFile, File::EntityId debugInfoId) in DebugInfoDataAccessor()
Dmethod_handle_data_accessor.cpp21 MethodHandleDataAccessor::MethodHandleDataAccessor(const File &pandaFile, File::EntityId methodHand… in MethodHandleDataAccessor()
Dmethod_data_accessor.cpp21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor()
Dclass_data_accessor.cpp24 ClassDataAccessor::ClassDataAccessor(const File &pandaFile, File::EntityId classId) in ClassDataAccessor()
Dmethod_data_accessor-inl.h29 inline File::EntityId MethodDataAccessor::GetNameId(const File &pandaFile, File::EntityId methodId) in GetNameId()
37 inline panda_file::File::StringData MethodDataAccessor::GetName(const File &pandaFile, File::Entity… in GetName()
43 inline File::EntityId MethodDataAccessor::GetProtoId(const File &pandaFile, File::EntityId methodId) in GetProtoId()
52 inline File::EntityId MethodDataAccessor::GetClassId(const File &pandaFile, File::EntityId methodId) in GetClassId()
Dproto_data_accessor.h27 …ProtoDataAccessor(const File &pandaFile, File::EntityId protoId) : pandaFile_(pandaFile), protoId_… in ProtoDataAccessor()
Dfield_data_accessor.cpp23 FieldDataAccessor::FieldDataAccessor(const File &pandaFile, File::EntityId fieldId) in FieldDataAccessor()
Dcode_data_accessor.cpp37 CodeDataAccessor::CodeDataAccessor(const File &pandaFile, File::EntityId codeId) in CodeDataAccessor()
Dannotation_data_accessor.cpp21 AnnotationDataAccessor::AnnotationDataAccessor(const File &pandaFile, File::EntityId annotationId) in AnnotationDataAccessor()
Dfield_data_accessor-inl.h29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &pandaFile, File::EntityId fieldId) in GetTypeId()
37 inline File::EntityId FieldDataAccessor::GetNameId(const File &pandaFile, File::EntityId fieldId) in GetNameId()
Dannotation_data_accessor.h29 Elem(const File &pandaFile, File::EntityId nameId, uint32_t value) in Elem()
Dparam_annotations_data_accessor.h59 …ParamAnnotationsDataAccessor(const File &pandaFile, File::EntityId id) : pandaFile_(pandaFile), id… in ParamAnnotationsDataAccessor()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_first_test.h36 std::string pandaFile = DEBUGGER_ABC_DIR "variable_first.abc"; in JsVariableFirstTest() local
74 std::string pandaFile = DEBUGGER_ABC_DIR "variable_first.abc"; in GetEntryPoint() local
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Dpt_location.h28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_extractor.h38 explicit TestExtractor(const JSPandaFile *pandaFile) : DebugInfoExtractor(pandaFile) {} in TestExtractor()
Dtest_util.h144 …PtLocation GetLocation(const char *sourceFile, int32_t line, int32_t column, const char *pandaFile) in GetLocation()
156 static SourceLocation GetSourceLocation(const JSPtLocation &location, const char *pandaFile) in GetSourceLocation()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp87 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock() local
108 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in HasCatchBlock() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.cpp39 auto pandaFile = method->GetPandaFile(); in GetSourceLocation() local
61 auto pandaFile = method->GetPandaFile(); in GetCurrentLineLocations() local
93 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
132 auto &entry, auto /* next */) { in GetBreakpointLocations()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp272 auto &pandaFile = *jsPandaFile_->GetPandaFile(); in ExtractorMethodDebugInfo() local
287 void DebugInfoExtractor::ExtractorMethodDebugInfo(const panda_file::File &pandaFile, in ExtractorMethodDebugInfo()
319 auto &pandaFile = *jsPandaFile_->GetPandaFile(); in Extract() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp299 void AotBuilder::AddClassHashTable(const panda_file::File &pandaFile) in AddClassHashTable()
337 void AotBuilder::ResolveConflictClassHashTable(const panda_file::File &pandaFile, in ResolveConflictClassHashTable()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp48 auto pandaFile = reinterpret_cast<const panda_file::File *>(filePtr); in FromTypeDescriptor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp178 …auto pandaFile = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(… in CheckMethodLimitations() local
439 …auto pandaFile = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(… in CreateTryCatchBoundariesBlocks() local
719 …auto pandaFile = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(… in RunImpl() local
749 …auto pandaFile = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(… in FindCatchBlockInPandaFile() local

12