/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
D | debug_info_extractor_test.cpp | 248 …td::pair<File::EntityId, uint32_t> GetBreakpointAddressWrapper(const DebugInfoExtractor &extractor, in GetBreakpointAddressWrapper() 276 …tor<panda_file::LocalVariableInfo> GetLocalVariableInfoWrapper(const DebugInfoExtractor &extractor, in GetLocalVariableInfoWrapper() 290 static SourcePairLocation GetSourcePairLocationWrapper(const DebugInfoExtractor &extractor, File::E… in GetSourcePairLocationWrapper() 341 DebugInfoExtractor extractor(pf); in TEST_F() local 365 DebugInfoExtractor extractor(pf); in TEST_F() local 382 DebugInfoExtractor extractor(pf); in TEST_F() local 399 DebugInfoExtractor extractor(pf); in TEST_F() local
|
/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() 879 explicit ClassInstType(TypeExtractor *extractor, int64_t typeIndexRefShift) in ClassInstType() 913 explicit InterfaceType(TypeExtractor *extractor, const ir::TSInterfaceDeclaration *interfaceDef, in InterfaceType() 1076 explicit ExternalType(TypeExtractor *extractor, const util::StringView &importName, in ExternalType() 1111 explicit UnionType(TypeExtractor *extractor, const ir::TSUnionType *unionDef) in UnionType() 1161 …explicit ArrayType(TypeExtractor *extractor, const ir::TSArrayType *arrayDef) : BaseType(extractor) in ArrayType() [all …]
|
D | typeExtractor.h | 148 explicit GenericParamTypeBindScope(TypeExtractor *extractor, in GenericParamTypeBindScope()
|
D | typeRecorder.cpp | 20 namespace panda::es2panda::extractor { namespace
|
D | typeExtractor.cpp | 45 namespace panda::es2panda::extractor { namespace
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/ |
D | test_debug_info.cpp | 44 panda_file::DebugInfoExtractor extractor(file.get()); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/disassembler/tests/ |
D | extractor_test.cpp | 47 …panda::disasm::DisasmBackedDebugInfoExtractor extractor(*pf, [&methodId, &sourceName](auto id, aut… in TEST() local
|
/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 | 92 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in NotifyScriptParsed() local 170 DebugInfoExtractor *extractor = nullptr; in IsSkipLine() local 229 DebugInfoExtractor *extractor = nullptr; in NotifyPaused() local 873 for (auto extractor : extractors) { in GetPossibleBreakpoints() local 934 for (auto extractor : extractors) { in RemoveBreakpoint() local 993 for (auto extractor : extractors) { in SetBreakpointByUrl() local 1069 for (auto extractor : extractors) { in ProcessSingleBreakpoint() local 1338 … DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in GetExtractors() local 1387 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in GenerateCallFrame() local 1460 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/runtime_core/static_core/runtime/tests/tooling/ |
D | test_util.cpp | 42 auto extractor = extractorFactory_->MakeTestExtractor(pf); in GetValueRegister() local
|
D | test_util.h | 133 auto extractor = extractorFactory_->MakeTestExtractor(pf); in GetLocation() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_manager.cpp | 428 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor() local 450 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractorAndExtract() local 470 DebugInfoExtractor *extractor = nullptr; in CpuProfilerGetJSPtExtractor() local
|
D | class_info_extractor.cpp | 24 …ctor::BuildClassInfoExtractorFromLiteral(JSThread *thread, JSHandle<ClassInfoExtractor> &extractor, in BuildClassInfoExtractorFromLiteral() 366 JSHandle<ClassInfoExtractor> &extractor, in DefineClassFromExtractor() 455 JSHandle<ClassInfoExtractor> &extractor, in DefineClassWithIHClass() 667 JSHandle<ClassInfoExtractor> &extractor, const JSHandle<TaggedArray> &staticFieldArray) in DefineSendableClassFromExtractor()
|
/arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
D | extractor.cpp | 249 std::shared_ptr<Extractor> extractor = std::make_shared<Extractor>(hapPath); in GetExtractor() local
|
D | source_map.cpp | 56 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in ReadSourceMapData() local
|
/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/dfx/stackinfo/ |
D | js_stackinfo.cpp | 585 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in ArkReadData() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 194 …DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSP… in GetVregIndex() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 894 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithBuffer() local 943 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateSharedClass() local
|