| /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 | 241 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 …]
|
| D | typeRecorder.cpp | 20 namespace panda::es2panda::extractor { namespace
|
| D | typeExtractor.cpp | 35 namespace panda::es2panda::extractor { namespace
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 87 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/ |
| 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/plugins/ecmascript/tests/assembler/ |
| D | emitter_test_ecmascript.cpp | 96 panda_file::DebugInfoExtractor extractor(pf.get()); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 24 …ctor::BuildClassInfoExtractorFromLiteral(JSThread *thread, JSHandle<ClassInfoExtractor> &extractor, in BuildClassInfoExtractorFromLiteral() 290 JSHandle<ClassInfoExtractor> &extractor, in DefineClassFromExtractor() 376 JSHandle<ClassInfoExtractor> &extractor, in DefineClassWithIHClass()
|
| D | js_pandafile_manager.cpp | 276 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor() local
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_util.cpp | 45 auto extractor = extractor_factory_->MakeTestExtractor(pf); in GetVariables() local
|
| D | test_util.h | 133 auto extractor = extractor_factory_->MakeTestExtractor(pf); in GetLocation() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 214 DebugInfoExtractor *extractor = pfManager->GetJSPtExtractor(pf); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 146 …DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSP… in GetVregIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 768 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithBuffer() local 802 JSHandle<ClassInfoExtractor> extractor = factory->NewClassInfoExtractor(method); in RuntimeCreateClassWithIHClass() local
|