Home
last modified time | relevance | path

Searched defs:BytecodeNode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-pipeline.cc14 BytecodeNode::BytecodeNode(Bytecode bytecode) { in BytecodeNode() function in v8::internal::interpreter::BytecodeNode
19 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0) { in BytecodeNode() function in v8::internal::interpreter::BytecodeNode
25 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode() function in v8::internal::interpreter::BytecodeNode
33 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode() function in v8::internal::interpreter::BytecodeNode
42 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode() function in v8::internal::interpreter::BytecodeNode
53 BytecodeNode::BytecodeNode(const BytecodeNode& other) { in BytecodeNode() function in v8::internal::interpreter::BytecodeNode
Dbytecode-pipeline.h17 class BytecodeNode; variable
Dbytecode-array-builder.h24 class BytecodeNode; variable