Home
last modified time | relevance | path

Searched defs:debug_info (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/wasm/
Dwasm-debug.cc39 InterpreterHandle(Isolate* isolate, WasmDebugInfo* debug_info) in InterpreterHandle()
56 WasmDebugInfo* debug_info) { in GetBytesEnv()
284 Isolate* isolate, Handle<WasmDebugInfo> debug_info) { in GetOrCreateInterpreterHandle()
296 InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info) { in GetInterpreterHandle()
302 InterpreterHandle* GetInterpreterHandleOrNull(WasmDebugInfo* debug_info) { in GetInterpreterHandleOrNull()
316 Isolate* isolate, Handle<WasmDebugInfo> debug_info) { in GetOrCreateInterpretedFunctions()
390 void WasmDebugInfo::SetBreakpoint(Handle<WasmDebugInfo> debug_info, in SetBreakpoint()
399 void WasmDebugInfo::RedirectToInterpreter(Handle<WasmDebugInfo> debug_info, in RedirectToInterpreter()
Dwasm-objects.cc712 Handle<WasmDebugInfo> debug_info = in SetBreakpointsOnNewInstance() local
1136 Handle<WasmDebugInfo> debug_info = in SetBreakPoint() local
/external/v8/src/debug/
Ddebug.cc57 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info, in FromFrame()
68 void BreakLocation::AllAtCurrentStatement(Handle<DebugInfo> debug_info, in AllAtCurrentStatement()
89 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, in BreakIndexFromCodeOffset()
129 Handle<DebugInfo> debug_info, Handle<AbstractCode> abstract_code) { in GetIterator()
141 BreakIterator::BreakIterator(Handle<DebugInfo> debug_info) in BreakIterator()
171 CodeBreakIterator::CodeBreakIterator(Handle<DebugInfo> debug_info) in CodeBreakIterator()
263 Handle<DebugInfo> debug_info) in BytecodeArrayBreakIterator()
409 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) { in DebugInfoListNode()
494 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in Break() local
559 MaybeHandle<FixedArray> Debug::CheckBreakPoints(Handle<DebugInfo> debug_info, in CheckBreakPoints()
[all …]
Ddebug-scopes.cc64 Handle<DebugInfo> debug_info(shared_info->GetDebugInfo()); in ScopeIterator() local
Ddebug.h223 Handle<DebugInfo> debug_info() { return Handle<DebugInfo>(debug_info_); } in debug_info() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl()
DDWARFUnit.cpp77 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl()
105 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
Dnetwork_WiFi_ChaosConnectDisconnect.py20 host, assoc_params, client, tries, debug_info=None): argument
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
Dnetwork_WiFi_CliqueLongConnect.py21 dut_pool, assoc_params_list, tries, debug_info, argument
/external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
Dnetwork_WiFi_CliqueConnectDisconnect.py21 dut_pool, assoc_params_list, tries, debug_info, argument
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
Dnetwork_WiFi_ChaosLongConnect.py21 assoc_params, client, debug_info=None, argument
/external/vboot_reference/tests/
Dvboot_display_tests.c31 static char debug_info[4096]; variable
Dtlcl_tests.c24 static char debug_info[4096]; variable
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.cpp24 bool DWARFCompileUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
/external/v8/src/
Dperf-jit.cc291 PerfJitCodeDebugInfo debug_info; in LogWriteDebugInfo() local
Dfactory.cc2550 Handle<DebugInfo> debug_info = in NewDebugInfo() local
/external/libmojo/third_party/jinja2/
Denvironment.py1049 def debug_info(self): member in Template
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py317 def debug_info(self, c): member in Server
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1040 Register debug_info = kInterpreterBytecodeArrayRegister; in Generate_InterpreterEntryTrampoline() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1037 Register debug_info = kInterpreterBytecodeArrayRegister; in Generate_InterpreterEntryTrampoline() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc740 Register debug_info = kInterpreterBytecodeArrayRegister; in Generate_InterpreterEntryTrampoline() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1040 Register debug_info = kInterpreterBytecodeArrayRegister; in Generate_InterpreterEntryTrampoline() local
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc628 Register debug_info = kInterpreterBytecodeArrayRegister; in Generate_InterpreterEntryTrampoline() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1050 Register debug_info = r5; in Generate_InterpreterEntryTrampoline() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc662 Register debug_info = kInterpreterBytecodeArrayRegister; in Generate_InterpreterEntryTrampoline() local

12