Home
last modified time | relevance | path

Searched refs:GetJSPandaFile (Results 1 – 25 of 59) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp23 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionName()
29 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionNameView()
35 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodName()
46 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetRecordNameStr()
52 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetCodeSize()
56 const JSPandaFile *Method::GetJSPandaFile() const in GetJSPandaFile() function in panda::ecmascript::Method
64 return taggedPool->GetJSPandaFile(); in GetJSPandaFile()
71 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodLiteral()
86 ASSERT(GetJSPandaFile() != nullptr); in FindCatchBlock()
87 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock()
[all …]
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp144 JSPtLocation smartLocation {method->GetJSPandaFile(), method->GetMethodId(), bcOffset, in HandleBreakpoint()
156 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset, in HandleBreakpoint()
179 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleDebuggerStmt()
191 JSPtLocation throwLocation {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleExceptionThrowEvent()
202 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleStep()
211 (bp.GetPtMethod()->GetJSPandaFile() == method->GetJSPandaFile()) && in FindBreakpoint()
223 (bp.GetPtMethod()->GetJSPandaFile() == method->GetJSPandaFile()) && in FindSmartBreakpoint()
236 (bp.GetPtMethod()->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in RemoveBreakpoint()
251 (bp.GetPtMethod()->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in RemoveSmartBreakpoint()
Djs_debugger.h54 ptMethod_->GetJSPandaFile() == bpoint.GetPtMethod()->GetJSPandaFile();
64 … breakpoint << "jsPandaFile:" << "\"" << ptMethod_->GetJSPandaFile()->GetJSPandaFileDesc() << "\""; in ToString()
Djs_pt_method.h33 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
Ddropframe_manager.cpp75 const JSPandaFile* methodJsPandaFile = method->GetJSPandaFile(); in MethodEntry()
135 const JSPandaFile* methodJsPandaFile = method->GetJSPandaFile(); in MethodExit()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_type_info.h40 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
70 return std::hash<const JSPandaFile*>()(id.GetJSPandaFile()) ^ in operator()
73 return std::hash<const JSPandaFile*>()(id.GetJSPandaFile()) ^ in operator()
102 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
121 return std::hash<const JSPandaFile*>()(loc.GetJSPandaFile()) ^ in operator()
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp46 (method_->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in StepComplete()
116 ptMethod->GetJSPandaFile()); in GetStepper()
Ddebugger_executor.cpp212 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GetModuleValue()
229 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in SetModuleValue()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp27 JSPandaFile *jsPandaFile = constpool->GetJSPandaFile(); in GetClassLiteralFromCache()
66 JSPandaFile *jsPandaFile = constpool->GetJSPandaFile(); in GetFieldLiteral()
84 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetStringFromCacheForJit()
101 if (!taggedPool->GetJSPandaFile()->IsNewVersion()) { in GetStringFromCache()
108 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetStringFromCache()
187 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetMethodFromCache()
Dprogram_object.h233 sconstpool->SetJSPandaFile(constpool->GetJSPandaFile());
285 JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetEntityId()
293 JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodIndexByEntityId()
358 inline JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
467 …JSTaggedValue expected = IsLoadedMethodInfoFromAOT(taggedPool->GetJSPandaFile(), tempVal) ? tempVa… in CASSetObjectToCache()
486 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetMethodFromCache()
512 if (!taggedPool->GetJSPandaFile()->IsNewVersion()) { in GetMethodFromCache()
556 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetLiteralFromCache()
653 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetLiteralFromCache()
Dscope_info_extractor.cpp30 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GenerateScopeInfo()
Djs_pandafile_manager.h113 std::shared_ptr<JSPandaFile> GetJSPandaFile(const panda_file::File *pf);
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp68 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in ParseMethodInfo()
252 if (!extraInfoValue.CheckIsJSNativePointer() && nextMethod->GetJSPandaFile() != nullptr) { in GetNativeMethodCallPos()
254 JSPandaFileManager::GetInstance()->GetJSPtExtractor(nextMethod->GetJSPandaFile()); in GetNativeMethodCallPos()
320 if (!extraInfoValue.CheckIsJSNativePointer() && nextMethod->GetJSPandaFile() != nullptr) { in GetCallLineNumber()
322 JSPandaFileManager::GetInstance()->GetJSPtExtractor(nextMethod->GetJSPandaFile()); in GetCallLineNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp29 jsPandaFile_ = const_cast<JSPandaFile*>(method->GetJSPandaFile()); in JitCompilationEnv()
77 ASSERT(taggedPool->GetJSPandaFile() == jsPandaFile); in FindConstpool()
89 ASSERT(taggedPool->GetJSPandaFile() == jsPandaFile); in FindConstpool()
Dpass_manager.cpp42 jsPandaFile_(collector->GetJSPandaFile()), in PassContext()
52 const JSPandaFile *jsPandaFile = compilationEnv_->GetJSPandaFile(); in Compile()
92 auto jsPandaFile = ctx_->GetJSPandaFile(); in Compile()
294 auto jsPandaFile = ctx.GetJSPandaFile(); in Compile()
Dcompilation_driver.cpp33 jsPandaFile_(collector->GetJSPandaFile()), in CompilationDriver()
Dntype_bytecode_lowering.h31 jsPandaFile_(ctx->GetJSPandaFile()), in NTypeBytecodeLowering()
Dcompilation_env.h99 virtual JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
Dts_inline_lowering.cpp120 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset); in TryInline()
162 auto jsPandaFile = ctx_->GetJSPandaFile(); in TryInline()
184 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile(); in FilterInlinedMethod()
212 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile(); in InlineCall()
750 auto calleeFile = calleeMethod->GetJSPandaFile(); in CalleePFIProcess()
764 CString fileDesc = ctx_->GetJSPandaFile()->GetNormalizedFileDesc(); in UpdateCallMethodFlagMap()
Dntype_hcr_lowering.h34 jsPandaFile_(ctx->GetJSPandaFile()), in NTypeHCRLowering()
Djit_compilation_env.h69 JSPandaFile *GetJSPandaFile() const override in GetJSPandaFile() function
/arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/
Dgetjspandafile_fuzzer.cpp62 pkgArgs.GetJSPandaFile(runtimeOptions, pf, 0); in GetJSPandaFileFuzzTest()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp70 const JSPandaFile *jsPandaFile = bcInfoCollector->GetJSPandaFile(); in StoreConstantPoolInfo()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp146 const JSPandaFile* FrameHandler::GetJSPandaFile() const in GetJSPandaFile() function in panda::ecmascript::FrameHandler
149 return method->GetJSPandaFile(); in GetJSPandaFile()
154 auto pandaFile = GetJSPandaFile(); in GetFileName()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.cpp23 const JSPandaFile *jsPandaFile = collector.GetJSPandaFile(); in Parse()
191 const JSPandaFile *jsPandaFile = collector.GetJSPandaFile(); in CreatePGOType()

123