Home
last modified time | relevance | path

Searched refs:GetBytecodeArray (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/profiler/
Dtick-sample.cc159 reinterpret_cast<Address>(frame->GetBytecodeArray()) - kHeapObjectTag; in GetStackSample()
Dprofiler-listener.cc111 BytecodeArray* bytecode = abstract_code->GetBytecodeArray(); in CodeCreateEvent()
/external/v8/src/debug/
Ddebug-frames.cc75 BytecodeArray* bytecode_array = frame->GetBytecodeArray(); in GetSourcePosition()
Ddebug.cc186 ->GetBytecodeArray() in BytecodeArrayIterator()
410 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in SetDebugBreak()
433 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in ClearDebugBreak()
450 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in IsDebugBreak()
1261 shared_->GetDebugInfo()->abstract_code()->GetBytecodeArray(); in VisitThread()
/external/v8/src/
Dframes.cc1249 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame
1422 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
Dframes.h912 BytecodeArray* GetBytecodeArray() const;
Dobjects-inl.h5244 return GetBytecodeArray()->length(); in instruction_size()
5252 return GetBytecodeArray()->SizeIncludingMetadata(); in SizeIncludingMetadata()
5259 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()
5267 return GetBytecodeArray()->GetFirstBytecodeAddress(); in instruction_start()
5275 return GetBytecodeArray()->GetFirstBytecodeAddress() + in instruction_end()
5276 GetBytecodeArray()->length(); in instruction_end()
5296 BytecodeArray* AbstractCode::GetBytecodeArray() { in GetBytecodeArray() function
Disolate.cc1323 pos = iframe->GetBytecodeArray()->SourcePosition( in PrintCurrentStackTrace()
Dobjects.h5466 inline BytecodeArray* GetBytecodeArray();
Dobjects.cc13704 return IsBytecodeArray() ? GetBytecodeArray()->SourcePosition(offset) in SourcePosition()
13709 return IsBytecodeArray() ? GetBytecodeArray()->SourceStatementPosition(offset) in SourceStatementPosition()