Home
last modified time | relevance | path

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

123

/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()
Dannotation_data_accessor.cpp21 AnnotationDataAccessor::AnnotationDataAccessor(const File &pandaFile, File::EntityId annotationId) in AnnotationDataAccessor()
Dcode_data_accessor.cpp38 CodeDataAccessor::CodeDataAccessor(const File &pandaFile, File::EntityId codeId) in CodeDataAccessor()
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()
/arkcompiler/toolchain/tooling/dynamic/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/dynamic/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/toolchain/tooling/static/debugger/
Ddebug_info_cache.cpp59 auto pandaFile = method->GetPandaFile(); in GetSourceLocation() local
85 auto pandaFile = method->GetPandaFile(); in GetCurrentLineLocations() local
117 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
156 auto &entry, auto /* next */) { in GetBreakpointLocations()
415 auto pandaFile = method->GetPandaFile(); in GetSourceFile() local
425 auto pandaFile = method->GetPandaFile(); in GetUserSourceFile() local
Dbreakpoint.cpp43 …auto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry)… in TryResolveImpl()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebug_info_cache.cpp59 auto pandaFile = method->GetPandaFile(); in GetSourceLocation() local
85 auto pandaFile = method->GetPandaFile(); in GetCurrentLineLocations() local
119 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
158 auto &entry, auto /* next */) { in GetBreakpointLocations()
429 auto pandaFile = method->GetPandaFile(); in GetSourceFile() local
439 auto pandaFile = method->GetPandaFile(); in GetUserSourceFile() local
Dbreakpoint.cpp43 …auto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry)… in TryResolveImpl()
Dconditional_breakpoint.cpp71 …auto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry)… in TryResolveImpl()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp87 auto *pandaFile = GetJSPandaFile(thread)->GetPandaFile(); in FindCatchBlock() local
108 auto *pandaFile = GetJSPandaFile(thread)->GetPandaFile(); in HasCatchBlock() local
/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

123