Home
last modified time | relevance | path

Searched defs:extractor (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp248 …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/
Djs_single_stepper.cpp90 std::list<JSPtStepRange> SingleStepper::GetStepRanges(DebugInfoExtractor *extractor, in GetStepRanges()
115 DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor( in GetStepper() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h248 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 …]
DtypeExtractor.h148 explicit GenericParamTypeBindScope(TypeExtractor *extractor, in GenericParamTypeBindScope()
DtypeRecorder.cpp20 namespace panda::es2panda::extractor { namespace
DtypeExtractor.cpp45 namespace panda::es2panda::extractor { namespace
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
Dtest_debug_info.cpp44 panda_file::DebugInfoExtractor extractor(file.get()); in TEST_F() local
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dextractor_test.cpp47 …panda::disasm::DisasmBackedDebugInfoExtractor extractor(*pf, [&methodId, &sourceName](auto id, aut… in TEST() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp41 void CompilerContext::SetTypeExtractor(extractor::TypeExtractor *extractor) in SetTypeExtractor() argument
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp92 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/
Ddebug_info_extractor_test.cpp242 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()
Dfile_item_container_test.cpp687 DebugInfoExtractor extractor(panda_file.get()); variable
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.cpp42 auto extractor = extractorFactory_->MakeTestExtractor(pf); in GetValueRegister() local
Dtest_util.h133 auto extractor = extractorFactory_->MakeTestExtractor(pf); in GetLocation() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp428 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor() local
450 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractorAndExtract() local
470 DebugInfoExtractor *extractor = nullptr; in CpuProfilerGetJSPtExtractor() local
Dclass_info_extractor.cpp24 …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/
Dextractor.cpp249 std::shared_ptr<Extractor> extractor = std::make_shared<Extractor>(hapPath); in GetExtractor() local
Dsource_map.cpp56 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in ReadSourceMapData() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp289 DebugInfoExtractor *extractor = pfManager->GetJSPtExtractor(pf.get()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp585 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in ArkReadData() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp194 …DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSP… in GetVregIndex() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h894 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithBuffer() local
943 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateSharedClass() local