Home
last modified time | relevance | path

Searched refs:GetDebugInfo (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_op_rewrite_registry.cc30 TF_CHECK_OK(errors::AlreadyExists(pass->GetDebugInfo().name, in Register()
33 pass->GetDebugInfo().file, ":", in Register()
34 pass->GetDebugInfo().line)); in Register()
Deager_op_rewrite_registry.h47 DebugInfo GetDebugInfo() const { return debug_info_; } in GetDebugInfo() function
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DCustomErrorDetailsTest.cs80 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/
Ddebug.cc443 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 …]
Ddebug-scope-iterator.cc177 wasm::DebugInfo* debug_info = frame_->native_module()->GetDebugInfo(); in GetObject()
183 wasm::DebugInfo* debug_info = frame_->native_module()->GetDebugInfo(); in GetObject()
Ddebug-frames.cc107 ? shared_.GetDebugInfo().DebugBytecodeArray() in VisitThread()
Ddebug-coverage.cc74 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in GetSortedBlockData()
386 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in ResetAllBlockCounts()
Ddebug-scopes.cc228 Handle<DebugInfo> debug_info(shared_info->GetDebugInfo(), isolate_); in TryParseAndRetrieveScopes()
Dliveedit.cc1130 Handle<DebugInfo> debug_info(sfi->GetDebugInfo(), isolate); in PatchScript()
/external/v8/src/objects/
Dshared-function-info.cc212 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()
Dshared-function-info-inl.h467 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
Dshared-function-info.h391 inline DebugInfo GetDebugInfo() const;
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc238 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmLocal()
271 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmStackValue()
/external/v8/src/wasm/
Dwasm-debug-evaluate.cc137 WasmFrame::cast(frame_)->native_module()->GetDebugInfo(); in GetLocal()
159 WasmFrame::cast(frame_)->native_module()->GetDebugInfo(); in GetOperand()
Dwasm-debug.cc109 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()
Dwasm-engine.cc712 native_module->GetDebugInfo()->RemoveIsolate(isolate); in TierUpAllModulesPerIsolate()
980 native_module->GetDebugInfo()->RemoveIsolate(isolate); in RemoveIsolate()
Dwasm-code-manager.h668 DebugInfo* GetDebugInfo();
Dwasm-js.cc2358 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()
Dwasm-code-manager.cc342 native_module_->GetDebugInfo()->GetDebugSideTableIfExists(this)) { in Print()
2005 DebugInfo* NativeModule::GetDebugInfo() { in GetDebugInfo() function in v8::internal::wasm::NativeModule
/external/v8/src/snapshot/
Dcode-serializer.cc169 debug_info = sfi->GetDebugInfo(); in SerializeObjectImpl()
/external/v8/src/runtime/
Druntime-wasm.cc518 auto* debug_info = frame->native_module()->GetDebugInfo(); in RUNTIME_FUNCTION()
Druntime-debug.cc120 DCHECK(function->shared().GetDebugInfo().BreakAtEntry()); in RUNTIME_FUNCTION()
/external/v8/src/diagnostics/
Dobjects-printer.cc1336 os << "\n - debug info: " << Brief(GetDebugInfo()); in SharedFunctionInfoPrint()
/external/v8/src/codegen/
Dcompiler.cc1732 shared_info->GetDebugInfo().HasInstrumentedBytecodeArray()) { in CollectSourcePositions()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc1109 ? shared.GetDebugInfo().DebugBytecodeArray() in DoComputeInterpretedFrame()

12