Home
last modified time | relevance | path

Searched refs:debug_info_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.h93 return debug_info_->HasBreakPoint(code_offset_); in HasBreakPoint()
108 inline Isolate* isolate() { return debug_info_->GetIsolate(); } in isolate()
111 return debug_info_->abstract_code(); in abstract_code()
148 Isolate* isolate() { return debug_info_->GetIsolate(); } in isolate()
150 Handle<DebugInfo> debug_info_; variable
172 debug_info_->abstract_code()->GetCode()->instruction_start()); in code_offset()
217 Handle<DebugInfo> debug_info_; variable
234 Handle<DebugInfo> debug_info() { return Handle<DebugInfo>(debug_info_); } in debug_info()
238 DebugInfo** debug_info_;
Ddebug.cc65 : debug_info_(debug_info), in BreakLocation()
81 : debug_info_(debug_info), in Iterator()
87 if (debug_info_->shared()->HasSourceCode()) { in ReturnPosition()
88 return debug_info_->shared()->end_position() - in ReturnPosition()
89 debug_info_->shared()->start_position() - 1; in ReturnPosition()
137 rinfo()->data() - debug_info_->shared()->start_position()); in Next()
142 debug_info_->shared()->start_position()); in Next()
178 return BreakLocation(debug_info_, type, code_offset(), position(), in GetBreakLocation()
228 BytecodeArray* bytecode_array = debug_info_->original_bytecode_array(); in GetDebugBreakType()
250 return BreakLocation(debug_info_, GetDebugBreakType(), code_offset(), in GetBreakLocation()
[all …]