Searched refs:DebugBytecodeArray (Results 1 – 4 of 4) sorted by relevance
266 debug_info->DebugBytecodeArray()->source_position_table()) { in BytecodeArrayBreakIterator()325 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in SetDebugBreak()339 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak()348 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in IsDebugBreak()356 AbstractCode::cast(debug_info_->DebugBytecodeArray())); in GetBreakLocation()1206 shared_->GetDebugInfo()->DebugBytecodeArray(); in VisitThread()
1212 ? shared->GetDebugInfo()->DebugBytecodeArray() in DoComputeInterpretedFrame()
11392 inline BytecodeArray* DebugBytecodeArray();
5825 BytecodeArray* DebugInfo::DebugBytecodeArray() { in DebugBytecodeArray() function