Home
last modified time | relevance | path

Searched defs:extractor (Results 1 – 14 of 14) 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.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()
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 …]
DtypeExtractor.h147 explicit GenericParamTypeBindScope(TypeExtractor *extractor, in GenericParamTypeBindScope()
DtypeRecorder.cpp20 namespace panda::es2panda::extractor { namespace
DtypeExtractor.cpp44 namespace panda::es2panda::extractor { namespace
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp41 void CompilerContext::SetTypeExtractor(extractor::TypeExtractor *extractor) in SetTypeExtractor() argument
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp79 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/
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/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp384 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor() local
406 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractorAndExtract() local
426 DebugInfoExtractor *extractor = nullptr; in CpuProfilerGetJSPtExtractor() local
Dclass_info_extractor.cpp24 …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/
Djs_pandafile_manager_test.cpp289 DebugInfoExtractor *extractor = pfManager->GetJSPtExtractor(pf.get()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp177 …DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSP… in GetVregIndex() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h851 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithBuffer() local