| /arkcompiler/runtime_core/static_core/runtime/ |
| D | field.cpp | 27 const auto *pandaFile = GetPandaFile(); in GetName() local 34 const auto *pandaFile = GetPandaFile(); in ResolveTypeClass() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | value.h | 28 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()
|
| D | literal_data_accessor.cpp | 20 LiteralDataAccessor::LiteralDataAccessor(const File &pandaFile, File::EntityId literalDataId) in LiteralDataAccessor()
|
| D | debug_data_accessor.cpp | 21 DebugInfoDataAccessor::DebugInfoDataAccessor(const File &pandaFile, File::EntityId debugInfoId) in DebugInfoDataAccessor()
|
| D | method_handle_data_accessor.cpp | 21 MethodHandleDataAccessor::MethodHandleDataAccessor(const File &pandaFile, File::EntityId methodHand… in MethodHandleDataAccessor()
|
| D | method_data_accessor.cpp | 21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor()
|
| D | class_data_accessor.cpp | 24 ClassDataAccessor::ClassDataAccessor(const File &pandaFile, File::EntityId classId) in ClassDataAccessor()
|
| D | method_data_accessor-inl.h | 29 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()
|
| D | proto_data_accessor.h | 27 …ProtoDataAccessor(const File &pandaFile, File::EntityId protoId) : pandaFile_(pandaFile), protoId_… in ProtoDataAccessor()
|
| D | field_data_accessor.cpp | 23 FieldDataAccessor::FieldDataAccessor(const File &pandaFile, File::EntityId fieldId) in FieldDataAccessor()
|
| D | code_data_accessor.cpp | 37 CodeDataAccessor::CodeDataAccessor(const File &pandaFile, File::EntityId codeId) in CodeDataAccessor()
|
| D | annotation_data_accessor.cpp | 21 AnnotationDataAccessor::AnnotationDataAccessor(const File &pandaFile, File::EntityId annotationId) in AnnotationDataAccessor()
|
| D | field_data_accessor-inl.h | 29 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()
|
| D | annotation_data_accessor.h | 29 Elem(const File &pandaFile, File::EntityId nameId, uint32_t value) in Elem()
|
| D | param_annotations_data_accessor.h | 59 …ParamAnnotationsDataAccessor(const File &pandaFile, File::EntityId id) : pandaFile_(pandaFile), id… in ParamAnnotationsDataAccessor()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_variable_first_test.h | 36 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/ |
| D | pt_location.h | 28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_extractor.h | 38 explicit TestExtractor(const JSPandaFile *pandaFile) : DebugInfoExtractor(pandaFile) {} in TestExtractor()
|
| D | test_util.h | 144 …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/ |
| D | method.cpp | 87 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock() local 108 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in HasCatchBlock() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debug_info_cache.cpp | 39 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/ |
| D | debug_info_extractor.cpp | 272 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/ |
| D | aot_builder.cpp | 299 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/ |
| D | ets_method.cpp | 48 auto pandaFile = reinterpret_cast<const panda_file::File *>(filePtr); in FromTypeDescriptor() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 178 …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
|