Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_first_test.h36 std::string pandaFile = DEBUGGER_ABC_DIR "variable_first.abc"; in JsVariableFirstTest() local
73 std::string pandaFile = DEBUGGER_ABC_DIR "variable_first.abc"; in GetEntryPoint() local
Djs_local_variable_scope_test.h36 std::string pandaFile = DEBUGGER_ABC_DIR "local_variable_scope.abc"; in JsLocalVariableScopeTest() local
73 std::string pandaFile = DEBUGGER_ABC_DIR "local_variable_scope.abc"; in GetEntryPoint() local
Djs_container_test.h36 std::string pandaFile = DEBUGGER_ABC_DIR "container.abc"; in JsContainerTest() local
74 std::string pandaFile = DEBUGGER_ABC_DIR "container.abc"; in GetEntryPoint() local
/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/jspandafile/
Ddebug_info_extractor.cpp274 auto &pandaFile = *jsPandaFile_->GetPandaFile(); in ExtractorMethodDebugInfo() local
289 void DebugInfoExtractor::ExtractorMethodDebugInfo(const panda_file::File &pandaFile, in ExtractorMethodDebugInfo()
321 auto &pandaFile = *jsPandaFile_->GetPandaFile(); in Extract() local
Dmethod_literal.cpp142 const panda_file::File *pandaFile = jsPandaFile->GetPandaFile(); in GetCodeSize() local
Ddebug_info_extractor.h101 auto &pandaFile = *jsPandaFile_->GetPandaFile(); in MatchWithLocation() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp75 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock() local
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp55 auto pandaFile = panda::pandasm::AsmEmitter::Emit(*prog); in GenerateBase64Output() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
Dmodule_data_accessor.cpp20 ModuleDataAccessor::ModuleDataAccessor(const JSPandaFile *pandaFile, EntityId moduleDataId) in ModuleDataAccessor()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp890 const auto pandaFile = GetBuiltinPandaFile(); in GetTypedArrayBuiltinId() local