OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytecodeLoopAnalysis
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/compiler/
bytecode-loop-analysis.cc
15
BytecodeLoopAnalysis
::
BytecodeLoopAnalysis
(
26
void
BytecodeLoopAnalysis
::Analyze() {
42
void
BytecodeLoopAnalysis
::AddLoopEntry(int entry_offset) {
58
void
BytecodeLoopAnalysis
::AddBranch(int origin_offset, int target_offset) {
76
int
BytecodeLoopAnalysis
::GetLoopOffsetFor(int offset) const {
92
int
BytecodeLoopAnalysis
::GetParentLoopFor(int header_offset) const {
bytecode-loop-analysis.h
20
class
BytecodeLoopAnalysis
BASE_EMBEDDED {
22
BytecodeLoopAnalysis
(Handle<BytecodeArray> bytecode_array,
60
DISALLOW_COPY_AND_ASSIGN(
BytecodeLoopAnalysis
);
bytecode-graph-builder.h
258
const
BytecodeLoopAnalysis
* loop_analysis() const { return loop_analysis_; }
260
void set_loop_analysis(const
BytecodeLoopAnalysis
* loop_analysis) {
283
const
BytecodeLoopAnalysis
* loop_analysis_;
bytecode-graph-builder.cc
642
BytecodeLoopAnalysis
loop_analysis(bytecode_array(), &analysis, local_zone());
[
all
...]
Completed in 184 milliseconds