OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytecodeGraphBuilder
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/compiler/
bytecode-graph-builder.cc
17
class
BytecodeGraphBuilder
::FrameStateBeforeAndAfter {
19
FrameStateBeforeAndAfter(
BytecodeGraphBuilder
* builder,
68
BytecodeGraphBuilder
* builder_;
81
BytecodeGraphBuilder
::Environment::Environment(
BytecodeGraphBuilder
* builder,
123
BytecodeGraphBuilder
::Environment::Environment(
124
const
BytecodeGraphBuilder
::Environment* other)
141
int
BytecodeGraphBuilder
::Environment::RegisterToValuesIndex(
151
Node*
BytecodeGraphBuilder
::Environment::LookupAccumulator() const {
156
Node*
BytecodeGraphBuilder
::Environment::LookupRegister
[
all
...]
bytecode-graph-builder.h
18
// The
BytecodeGraphBuilder
produces a high-level IR graph based on
20
class
BytecodeGraphBuilder
{
22
BytecodeGraphBuilder
(Zone* local_zone, CompilationInfo* info,
252
DISALLOW_COPY_AND_ASSIGN(
BytecodeGraphBuilder
);
256
class
BytecodeGraphBuilder
::Environment : public ZoneObject {
258
Environment(
BytecodeGraphBuilder
* builder, int register_count,
320
BytecodeGraphBuilder
* builder() const { return builder_; }
326
BytecodeGraphBuilder
* builder_;
pipeline.cc
513
BytecodeGraphBuilder
graph_builder(temp_zone, data->info(),
[
all
...]
Completed in 152 milliseconds