| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 23 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/ |
| D | js_debugger.cpp | 144 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()
|
| D | js_debugger.h | 54 ptMethod_->GetJSPandaFile() == bpoint.GetPtMethod()->GetJSPandaFile(); 64 … breakpoint << "jsPandaFile:" << "\"" << ptMethod_->GetJSPandaFile()->GetJSPandaFileDesc() << "\""; in ToString()
|
| D | js_pt_method.h | 33 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
|
| D | dropframe_manager.cpp | 75 const JSPandaFile* methodJsPandaFile = method->GetJSPandaFile(); in MethodEntry() 135 const JSPandaFile* methodJsPandaFile = method->GetJSPandaFile(); in MethodExit()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_type_info.h | 40 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/ |
| D | js_single_stepper.cpp | 46 (method_->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in StepComplete() 116 ptMethod->GetJSPandaFile()); in GetStepper()
|
| D | debugger_executor.cpp | 212 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GetModuleValue() 229 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in SetModuleValue()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.cpp | 27 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()
|
| D | program_object.h | 233 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()
|
| D | scope_info_extractor.cpp | 30 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GenerateScopeInfo()
|
| D | js_pandafile_manager.h | 113 std::shared_ptr<JSPandaFile> GetJSPandaFile(const panda_file::File *pf);
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 68 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/ |
| D | jit_compilation_env.cpp | 29 jsPandaFile_ = const_cast<JSPandaFile*>(method->GetJSPandaFile()); in JitCompilationEnv() 77 ASSERT(taggedPool->GetJSPandaFile() == jsPandaFile); in FindConstpool() 89 ASSERT(taggedPool->GetJSPandaFile() == jsPandaFile); in FindConstpool()
|
| D | pass_manager.cpp | 42 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()
|
| D | compilation_driver.cpp | 33 jsPandaFile_(collector->GetJSPandaFile()), in CompilationDriver()
|
| D | ntype_bytecode_lowering.h | 31 jsPandaFile_(ctx->GetJSPandaFile()), in NTypeBytecodeLowering()
|
| D | compilation_env.h | 99 virtual JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
|
| D | ts_inline_lowering.cpp | 120 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()
|
| D | ntype_hcr_lowering.h | 34 jsPandaFile_(ctx->GetJSPandaFile()), in NTypeHCRLowering()
|
| D | jit_compilation_env.h | 69 JSPandaFile *GetJSPandaFile() const override in GetJSPandaFile() function
|
| /arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/ |
| D | getjspandafile_fuzzer.cpp | 62 pkgArgs.GetJSPandaFile(runtimeOptions, pf, 0); in GetJSPandaFileFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | aot_snapshot.cpp | 70 const JSPandaFile *jsPandaFile = bcInfoCollector->GetJSPandaFile(); in StoreConstantPoolInfo()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.cpp | 146 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/ |
| D | pgo_type_parser.cpp | 23 const JSPandaFile *jsPandaFile = collector.GetJSPandaFile(); in Parse() 191 const JSPandaFile *jsPandaFile = collector.GetJSPandaFile(); in CreatePGOType()
|