Home
last modified time | relevance | path

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

/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.h241 explicit BaseType(TypeExtractor *extractor) in BaseType()
304 explicit TypeCounter(TypeExtractor *extractor) : BaseType(extractor) in TypeCounter()
350 …explicit FunctionType(TypeExtractor *extractor, const ir::AstNode *node, const util::StringView &n… in FunctionType()
481 …explicit ClassType(TypeExtractor *extractor, const ir::ClassDefinition *classDef, const util::Stri… in ClassType()
688 explicit ClassInstType(TypeExtractor *extractor, int64_t typeIndexRefShift) in ClassInstType()
722 explicit InterfaceType(TypeExtractor *extractor, const ir::TSInterfaceDeclaration *interfaceDef, in InterfaceType()
851 explicit ExternalType(TypeExtractor *extractor, const util::StringView &importName, in ExternalType()
886 explicit UnionType(TypeExtractor *extractor, const ir::TSUnionType *unionDef) in UnionType()
936 …explicit ArrayType(TypeExtractor *extractor, const ir::TSArrayType *arrayDef) : BaseType(extractor) in ArrayType()
974 explicit ObjectType(TypeExtractor *extractor, const ir::TSTypeLiteral *literalDef) in ObjectType()
[all …]
DtypeRecorder.cpp20 namespace panda::es2panda::extractor { namespace
DtypeExtractor.cpp35 namespace panda::es2panda::extractor { namespace
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp87 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in NotifyScriptParsed() local
155 DebugInfoExtractor *extractor = nullptr; in IsSkipLine() local
206 DebugInfoExtractor *extractor = nullptr; in NotifyPaused() local
640 DebugInfoExtractor *extractor = GetExtractor(url); in GetPossibleBreakpoints() local
686 DebugInfoExtractor *extractor = GetExtractor(metaData.url_); in RemoveBreakpoint() local
738 DebugInfoExtractor *extractor = GetExtractor(url); in SetBreakpointByUrl() local
886 auto *extractor = DebuggerApi::GetPatchExtractor(vm_, url); in GetExtractor() local
938 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in GenerateCallFrame() local
1003 DebugInfoExtractor *extractor = GetExtractor(jsPandaFile); in GetLocalScopeChain() local
1066 auto *extractor = GetExtractor(jsPandaFile); in GetLocalVariables() 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/plugins/ecmascript/tests/assembler/
Demitter_test_ecmascript.cpp96 panda_file::DebugInfoExtractor extractor(pf.get()); in TEST() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp24 …ctor::BuildClassInfoExtractorFromLiteral(JSThread *thread, JSHandle<ClassInfoExtractor> &extractor, in BuildClassInfoExtractorFromLiteral()
290 JSHandle<ClassInfoExtractor> &extractor, in DefineClassFromExtractor()
376 JSHandle<ClassInfoExtractor> &extractor, in DefineClassWithIHClass()
Djs_pandafile_manager.cpp276 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.cpp45 auto extractor = extractor_factory_->MakeTestExtractor(pf); in GetVariables() local
Dtest_util.h133 auto extractor = extractor_factory_->MakeTestExtractor(pf); in GetLocation() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp214 DebugInfoExtractor *extractor = pfManager->GetJSPtExtractor(pf); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp146 …DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSP… in GetVregIndex() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h768 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithBuffer() local
802 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithIHClass() local