/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | eager_op_rewrite_registry.cc | 30 TF_CHECK_OK(errors::AlreadyExists(pass->GetDebugInfo().name, in Register() 33 pass->GetDebugInfo().file, ":", in Register() 34 pass->GetDebugInfo().line)); in Register()
|
D | eager_op_rewrite_registry.h | 47 DebugInfo GetDebugInfo() const { return debug_info_; } in GetDebugInfo() function
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | CustomErrorDetailsTest.cs | 80 var debugInfo = GetDebugInfo(call.GetTrailers()); in ErrorDetailsFromCallObject() 97 var debugInfo = GetDebugInfo(e.Trailers); in ErrorDetailsFromRpcException() 103 private static DebugInfo GetDebugInfo(Metadata trailers) in GetDebugInfo() method in Grpc.IntegrationTesting.CustomErrorDetailsTest
|
/external/v8/src/debug/ |
D | debug.cc | 443 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in Break() 560 Handle<DebugInfo> debug_info(function->shared().GetDebugInfo(), isolate_); in IsMutedAtCurrentLocation() 616 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in SetBreakpoint() 662 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in SetBreakPointForScript() 840 wasm_script.wasm_native_module()->GetDebugInfo()->RemoveIsolate( in ClearAllBreakPoints() 855 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in FloodWithOneShot() 1061 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in PrepareStep() 1095 wasm_frame->native_module()->GetDebugInfo()->PrepareStep(isolate_, in PrepareStep() 1168 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate); in GetSourceBreakLocations() 1322 if (!shared.GetDebugInfo().CanBreakAtEntry()) continue; in InstallDebugBreakTrampoline() [all …]
|
D | debug-scope-iterator.cc | 177 wasm::DebugInfo* debug_info = frame_->native_module()->GetDebugInfo(); in GetObject() 183 wasm::DebugInfo* debug_info = frame_->native_module()->GetDebugInfo(); in GetObject()
|
D | debug-frames.cc | 107 ? shared_.GetDebugInfo().DebugBytecodeArray() in VisitThread()
|
D | debug-coverage.cc | 74 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in GetSortedBlockData() 386 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in ResetAllBlockCounts()
|
D | debug-scopes.cc | 228 Handle<DebugInfo> debug_info(shared_info->GetDebugInfo(), isolate_); in TryParseAndRetrieveScopes()
|
D | liveedit.cc | 1130 Handle<DebugInfo> debug_info(sfi->GetDebugInfo(), isolate); in PatchScript()
|
/external/v8/src/objects/ |
D | shared-function-info.cc | 212 DebugInfo info = GetDebugInfo(); in HasBreakInfo() 219 DebugInfo info = GetDebugInfo(); in BreakAtEntry() 226 DebugInfo info = GetDebugInfo(); in HasCoverageInfo() 233 return CoverageInfo::cast(GetDebugInfo().coverage_info()); in GetCoverageInfo()
|
D | shared-function-info-inl.h | 467 if (HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()) { in GetBytecodeArray() 468 return GetDebugInfo().OriginalBytecodeArray(); in GetBytecodeArray() 481 DCHECK(HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()); in GetDebugBytecodeArray() 713 DebugInfo SharedFunctionInfo::GetDebugInfo() const { in GetDebugInfo() function
|
D | shared-function-info.h | 391 inline DebugInfo GetDebugInfo() const;
|
/external/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 238 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmLocal() 271 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmStackValue()
|
/external/v8/src/wasm/ |
D | wasm-debug-evaluate.cc | 137 WasmFrame::cast(frame_)->native_module()->GetDebugInfo(); in GetLocal() 159 WasmFrame::cast(frame_)->native_module()->GetDebugInfo(); in GetOperand()
|
D | wasm-debug.cc | 109 native_module->GetDebugInfo()->GetLocalName(func_index, local_index); in GetLocalNameString() 993 native_module->GetDebugInfo()->SetBreakpoint(func_index, offset, isolate); in SetBreakPointForFunction() 1063 native_module->GetDebugInfo()->RemoveBreakpoint(func_index, position, in ClearBreakPoint()
|
D | wasm-engine.cc | 712 native_module->GetDebugInfo()->RemoveIsolate(isolate); in TierUpAllModulesPerIsolate() 980 native_module->GetDebugInfo()->RemoveIsolate(isolate); in RemoveIsolate()
|
D | wasm-code-manager.h | 668 DebugInfo* GetDebugInfo();
|
D | wasm-js.cc | 2358 wasm::DebugInfo* debug_info = native_module->GetDebugInfo(); in GetLocalNames() 2575 instance->module_object().native_module()->GetDebugInfo(); in HasLocalImpl() 2595 instance->module_object().native_module()->GetDebugInfo(); in GetLocalImpl() 2946 frame->wasm_instance().module_object().native_module()->GetDebugInfo(); in GetStackObject()
|
D | wasm-code-manager.cc | 342 native_module_->GetDebugInfo()->GetDebugSideTableIfExists(this)) { in Print() 2005 DebugInfo* NativeModule::GetDebugInfo() { in GetDebugInfo() function in v8::internal::wasm::NativeModule
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 169 debug_info = sfi->GetDebugInfo(); in SerializeObjectImpl()
|
/external/v8/src/runtime/ |
D | runtime-wasm.cc | 518 auto* debug_info = frame->native_module()->GetDebugInfo(); in RUNTIME_FUNCTION()
|
D | runtime-debug.cc | 120 DCHECK(function->shared().GetDebugInfo().BreakAtEntry()); in RUNTIME_FUNCTION()
|
/external/v8/src/diagnostics/ |
D | objects-printer.cc | 1336 os << "\n - debug info: " << Brief(GetDebugInfo()); in SharedFunctionInfoPrint()
|
/external/v8/src/codegen/ |
D | compiler.cc | 1732 shared_info->GetDebugInfo().HasInstrumentedBytecodeArray()) { in CollectSourcePositions()
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 1109 ? shared.GetDebugInfo().DebugBytecodeArray() in DoComputeInterpretedFrame()
|