/arkcompiler/toolchain/tooling/backend/ |
D | js_single_stepper.cpp | 90 std::list<JSPtStepRange> SingleStepper::GetStepRanges(DebugInfoExtractor *extractor, in GetStepRanges() 115 DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor( in GetStepper() local
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeSystem.h | 248 explicit BaseType(TypeExtractor *extractor) in BaseType() 334 explicit TypeCounter(TypeExtractor *extractor) : BaseType(extractor) in TypeCounter() 385 explicit IndexSigType(TypeExtractor *extractor, int64_t typeIndexRefShift, in IndexSigType() 431 …explicit FunctionType(TypeExtractor *extractor, const ir::AstNode *node, const util::StringView &n… in FunctionType() 623 …explicit ClassType(TypeExtractor *extractor, const ir::ClassDefinition *classDef, const util::Stri… in ClassType() 875 explicit ClassInstType(TypeExtractor *extractor, int64_t typeIndexRefShift) in ClassInstType() 909 explicit InterfaceType(TypeExtractor *extractor, const ir::TSInterfaceDeclaration *interfaceDef, in InterfaceType() 1072 explicit ExternalType(TypeExtractor *extractor, const util::StringView &importName, in ExternalType() 1107 explicit UnionType(TypeExtractor *extractor, const ir::TSUnionType *unionDef) in UnionType() 1157 …explicit ArrayType(TypeExtractor *extractor, const ir::TSArrayType *arrayDef) : BaseType(extractor) in ArrayType() [all …]
|
D | typeExtractor.h | 147 explicit GenericParamTypeBindScope(TypeExtractor *extractor, in GenericParamTypeBindScope()
|
D | typeRecorder.cpp | 20 namespace panda::es2panda::extractor { namespace
|
D | typeExtractor.cpp | 44 namespace panda::es2panda::extractor { namespace
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | compilerContext.cpp | 41 void CompilerContext::SetTypeExtractor(extractor::TypeExtractor *extractor) in SetTypeExtractor() argument
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 79 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in NotifyScriptParsed() local 146 DebugInfoExtractor *extractor = nullptr; in IsSkipLine() local 197 DebugInfoExtractor *extractor = nullptr; in NotifyPaused() local 679 DebugInfoExtractor *extractor = GetExtractor(url); in GetPossibleBreakpoints() local 725 DebugInfoExtractor *extractor = GetExtractor(metaData.url_); in RemoveBreakpoint() local 781 DebugInfoExtractor *extractor = GetExtractor(url); in SetBreakpointByUrl() local 864 DebugInfoExtractor *extractor = GetExtractor(url); in ProcessSingleBreakpoint() local 1039 auto *extractor = DebuggerApi::GetPatchExtractor(vm_, url); in GetExtractor() local 1099 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in GenerateCallFrame() local 1165 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in GetLocalScopeChain() local [all …]
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | debug_info_extractor_test.cpp | 242 static std::pair<File::EntityId, uint32_t> GetBreakpointAddressWrapper(DebugInfoExtractor extractor, in GetBreakpointAddressWrapper() 270 …td::vector<panda_file::LocalVariableInfo> GetLocalVariableInfoWrapper(DebugInfoExtractor extractor, in GetLocalVariableInfoWrapper() 284 static SourcePairLocation GetSourcePairLocationWrapper(DebugInfoExtractor extractor, File::EntityId… in GetSourcePairLocationWrapper()
|
D | file_item_container_test.cpp | 687 DebugInfoExtractor extractor(panda_file.get()); variable
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_manager.cpp | 384 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor() local 406 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractorAndExtract() local 426 DebugInfoExtractor *extractor = nullptr; in CpuProfilerGetJSPtExtractor() local
|
D | class_info_extractor.cpp | 24 …ctor::BuildClassInfoExtractorFromLiteral(JSThread *thread, JSHandle<ClassInfoExtractor> &extractor, in BuildClassInfoExtractorFromLiteral() 331 JSHandle<ClassInfoExtractor> &extractor, in DefineClassFromExtractor() 418 JSHandle<ClassInfoExtractor> &extractor, in DefineClassWithIHClass()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_manager_test.cpp | 289 DebugInfoExtractor *extractor = pfManager->GetJSPtExtractor(pf.get()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 177 …DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSP… in GetVregIndex() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 851 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithBuffer() local
|