Home
last modified time | relevance | path

Searched refs:GetFile (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp155 const uint8_t *GetFile() const in GetFile() function in panda::panda_file::LineNumberProgramHandler
157 return state_->GetFile(); in GetFile()
243 const char *source_file = utf::Mutf8AsCString(handler.GetFile()); in Extract()
Dline_number_program.h46 const uint8_t *GetFile() const in GetFile() function
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp160 auto aot_file = aot_manager.GetFile(aot_fname.GetFileName()); in TEST_F()
243 auto aot_file = aot_manager.GetFile(tmpfile.c_str()); in TEST_F()
400 auto aot_file = aot_manager.GetFile(aot_fname.GetFileName()); in TEST_F()
452 auto aot_file = aot_manager.GetFile(aot_fname.GetFileName()); in TEST_F()
504 auto aot_file = aot_manager->GetFile(aot_fname.GetFileName()); in TEST_F()
589 auto aot_file = aot_manager->GetFile(tmpfile.c_str()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp164 const uint8_t *GetFile() const in GetFile() function in panda::ecmascript::LineNumberProgramHandler
166 return state_->GetFile(); in GetFile()
305 sourceFile = reinterpret_cast<const char *>(handler.GetFile()); in ExtractorMethodDebugInfo()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h258 auto GetFile() in GetFile() function