Home
last modified time | relevance | path

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

123

/external/v8/src/debug/
Ddebug.cc99 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info, in FromFrame()
113 Handle<DebugInfo> debug_info, JavaScriptFrame* frame, in AllAtCurrentStatement()
145 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, in BreakIndexFromCodeOffset()
198 BreakIterator::BreakIterator(Handle<DebugInfo> debug_info) in BreakIterator()
389 DebugInfoListNode::DebugInfoListNode(Isolate* isolate, DebugInfo* debug_info) in DebugInfoListNode()
430 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in Break() local
521 MaybeHandle<FixedArray> Debug::CheckBreakPoints(Handle<DebugInfo> debug_info, in CheckBreakPoints()
544 Handle<DebugInfo> debug_info(function->shared()->GetDebugInfo(), isolate_); in IsMutedAtCurrentLocation() local
601 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in SetBreakPoint() local
649 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in SetBreakPointForScript() local
[all …]
Ddebug-scope-iterator.cc158 Handle<WasmDebugInfo> debug_info( in GetObject() local
/external/v8/src/wasm/
Dwasm-debug.cc68 Handle<WasmDebugInfo> debug_info, in GetLocalName()
132 static Vector<const byte> GetBytes(WasmDebugInfo* debug_info) { in GetBytes()
142 InterpreterHandle(Isolate* isolate, WasmDebugInfo* debug_info) in InterpreterHandle()
407 Handle<WasmDebugInfo> debug_info) { in GetGlobalScopeObject()
431 Handle<WasmDebugInfo> debug_info) { in GetLocalScopeObject()
489 Handle<WasmDebugInfo> debug_info) { in GetScopeDetails()
528 Isolate* isolate, Handle<WasmDebugInfo> debug_info) { in GetOrCreateInterpreterHandle()
545 wasm::InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info) { in GetInterpreterHandle()
551 wasm::InterpreterHandle* GetInterpreterHandleOrNull(WasmDebugInfo* debug_info) { in GetInterpreterHandleOrNull()
558 Isolate* isolate, Handle<WasmDebugInfo> debug_info) { in GetOrCreateInterpretedFunctions()
[all …]
/external/tensorflow/tensorflow/c/eager/
Dc_api_debug_test.cc26 TFE_TensorDebugInfo* debug_info = TFE_TensorHandleTensorDebugInfo(h, status); in TEST() local
39 TFE_TensorDebugInfo* debug_info = TFE_TensorHandleTensorDebugInfo(h, status); variable
Dc_api_debug.cc149 TFE_TensorDebugInfo* debug_info) { in TFE_DeleteTensorDebugInfo()
154 TFE_TensorDebugInfo* debug_info) { in TFE_TensorDebugInfoOnDeviceNumDims()
159 TFE_TensorDebugInfo* debug_info, int dim_index) { in TFE_TensorDebugInfoOnDeviceDim()
/external/u-boot/arch/arm/include/asm/
Dprocessor.h61 struct debug_info { struct
75 struct debug_info debug; argument
/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_CliqueConnectDisconnect/
Dnetwork_WiFi_CliqueConnectDisconnect.py21 dut_pool, assoc_params_list, tries, debug_info, argument
/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_ChaosLongConnect/
Dnetwork_WiFi_ChaosLongConnect.py21 assoc_params, client, debug_info=None, argument
/external/v8/src/objects/
Ddebug-objects.cc87 bool DebugInfo::ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in ClearBreakPoint()
102 void DebugInfo::SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in SetBreakPoint()
174 Handle<DebugInfo> debug_info, in FindBreakPointInfo()
/external/tensorflow/tensorflow/core/common_runtime/
Dparallel_concat_optimizer.cc55 NodeDebugInfo debug_info(*n); in Run() local
Daccumulate_n_optimizer.cc78 NodeDebugInfo debug_info(*n); in rewriteNode() local
Dlower_if_op.cc149 NodeDebugInfo debug_info(*src); in AddInput() local
/external/vboot_reference/tests/
Dvboot_display_tests.c31 static char debug_info[4096]; variable
Dtlcl_tests.c24 static char debug_info[4096]; variable
/external/grpc-grpc/src/proto/grpc/testing/
Decho_messages.proto44 DebugInfo debug_info = 11; field
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.cpp24 bool DWARFCompileUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRequestParams.php61 private $debug_info = null; variable in Grpc\\Testing\\RequestParams
/external/libopus/tests/
Dtest_opus_encode.c143 …st_encode(OpusEncoder *enc, int channels, int frame_size, OpusDecoder *dec, const char* debug_info) in test_encode()
208 char debug_info[512]; in fuzz_encoder_settings() local
/external/v8/src/runtime/
Druntime-wasm.cc269 Handle<WasmDebugInfo> debug_info = in RUNTIME_FUNCTION() local
/external/v8/src/compiler/
Dcode-assembler.cc107 AssemblerDebugInfo debug_info = {msg, file, line}; in SetInitialDebugInformation() local
460 void CodeAssembler::Bind(Label* label, AssemblerDebugInfo debug_info) { in Bind()
1488 AssemblerDebugInfo debug_info() const { return debug_info_; } in debug_info() function in v8::internal::compiler::CodeAssemblerVariable::Impl
1489 void set_debug_info(AssemblerDebugInfo debug_info) { in set_debug_info()
1514 AssemblerDebugInfo debug_info, in CodeAssemblerVariable()
1522 AssemblerDebugInfo debug_info, in CodeAssemblerVariable()
1653 void CodeAssemblerLabel::Bind(AssemblerDebugInfo debug_info) { in Bind()
/external/v8/src/snapshot/
Dcode-serializer.cc199 DebugInfo* debug_info = nullptr; in SerializeObject() local

123