| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 24 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionName() 30 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodName() 41 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetRecordName() 47 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetCodeSize() 51 const JSPandaFile *Method::GetJSPandaFile() const in GetJSPandaFile() function in panda::ecmascript::Method 59 return taggedPool->GetJSPandaFile(); in GetJSPandaFile() 66 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodLiteral() 75 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock()
|
| D | method.h | 408 const JSPandaFile *PUBLIC_API GetJSPandaFile() const;
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_type_info.h | 38 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function 68 return std::hash<const JSPandaFile*>()(id.GetJSPandaFile()) ^ in operator() 71 return std::hash<const JSPandaFile*>()(id.GetJSPandaFile()) ^ in operator() 100 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function 119 return std::hash<const JSPandaFile*>()(loc.GetJSPandaFile()) ^ in operator()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 112 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset, in HandleBreakpoint() 125 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleDebuggerStmt() 137 JSPtLocation throwLocation {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleExceptionThrowEvent() 148 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleStep() 157 (bp.GetPtMethod()->GetJSPandaFile() == method->GetJSPandaFile()) && in FindBreakpoint() 170 (bp.GetPtMethod()->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in RemoveBreakpoint()
|
| 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 | debugger_api.h | 65 static JSPandaFile *GetJSPandaFile(const EcmaVM *ecmaVm);
|
| D | debugger_api.cpp | 120 method->GetJSPandaFile(), method->GetMethodId(), method->IsNativeWithCallField()); in GetMethod() 154 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile() function in panda::ecmascript::tooling::DebuggerApi 157 return const_cast<JSPandaFile *>(method->GetJSPandaFile()); in GetJSPandaFile() 177 …tractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in GetVregIndex()
|
| /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 | 209 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GetModuleValue() 226 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in SetModuleValue()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 108 JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetEntityId() 116 JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodIndexByEntityId() 166 inline JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function 185 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetMethodFromCache() 221 JSPandaFile *jsPandaFile = constpool->GetJSPandaFile(); in GetClassLiteralFromCache() 255 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetLiteralFromCache() 342 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetStringFromCache()
|
| D | scope_info_extractor.cpp | 31 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GenerateScopeInfo()
|
| D | js_pandafile_manager.h | 91 std::shared_ptr<JSPandaFile> GetJSPandaFile(const panda_file::File *pf);
|
| D | js_pandafile_manager.cpp | 206 ASSERT(GetJSPandaFile(jsPandaFile->GetPandaFile()) != nullptr); in GenerateProgram() 260 std::shared_ptr<JSPandaFile> JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile() function in panda::ecmascript::JSPandaFileManager 453 ASSERT(GetJSPandaFile(pf) == nullptr); in GenerateJSPandaFile()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.h | 43 jsPandaFile_(collector->GetJSPandaFile()), in PassContext() 74 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function
|
| D | ts_inline_lowering.cpp | 95 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset); in TryInline() 129 auto jsPandaFile = ctx_->GetJSPandaFile(); in TryInline() 151 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile(); in FilterInlinedMethod() 179 const JSPandaFile *jsPandaFile = ctx_->GetJSPandaFile(); in InlineCall() 696 const JSPandaFile *pf = ctx_->GetJSPandaFile(); in SetInitCallTargetAndConstPoolId() 708 const JSPandaFile *pf = ctx_->GetJSPandaFile(); in AnalyseFastAccessor()
|
| D | pass.h | 99 const JSPandaFile *GetJSPandaFile() const in GetJSPandaFile() function 101 return ctx_->GetJSPandaFile(); in GetJSPandaFile() 560 data->GetMethodLiteral(), data->GetJSPandaFile()); in Run()
|
| D | pass_manager.cpp | 79 auto jsPandaFile = ctx.GetJSPandaFile(); in Compile()
|
| D | compilation_driver.cpp | 34 jsPandaFile_(collector->GetJSPandaFile()), in CompilationDriver()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 59 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in ParseMethodInfo() 228 if (!extraInfoValue.CheckIsJSNativePointer() && nextMethod->GetJSPandaFile() != nullptr) { in GetNativeMethodCallPos() 230 JSPandaFileManager::GetInstance()->GetJSPtExtractor(nextMethod->GetJSPandaFile()); in GetNativeMethodCallPos()
|
| D | js_stackinfo.cpp | 41 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in BuildMethodTrace() 130 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in BuildJsStackInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 1036 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in InferStModuleVar() 1049 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in InferLdLocalModuleVar() 1066 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in InferLdExternalModuleVar() 1220 …uint32_t methodId = ctx_->GetJSPandaFile()->ResolveMethodIndex(methodLiteral_->GetMethodId(), id).… in SetAndReturnNamespaceObjType() 1278 … ctx_->GetJSPandaFile()->ResolveMethodIndex(methodLiteral_->GetMethodId(), id).GetOffset(); in CheckNamespaceFunc() 1290 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in PrintTypeAnnotation() 1301 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in PrintByteCodesWithTypes() 1408 const JSPandaFile *jsPandaFile = builder_->GetJSPandaFile(); in TypeCheck()
|
| D | global_type_infer.cpp | 21 …: ctx_(ctx), jsPandaFile_(ctx_->GetJSPandaFile()), bcInfo_(ctx->GetBytecodeInfo()), methodOffset_(… in GlobalTypeInfer()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 289 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in FunctionPrototypeToString()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1098 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GenerateCallFrame() 1164 const JSPandaFile *jsPandaFile = method->GetJSPandaFile(); in GetLocalScopeChain() 1385 DebugInfoExtractor *extractor = GetExtractor(DebuggerApi::GetJSPandaFile(vm_)); in CmptEvaluateValue()
|