Home
last modified time | relevance | path

Searched refs:instance_node_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h239 this->instance_node_ = instance_node; in set_instance_node()
330 SetOncePointer<Node> instance_node_; variable
Dwasm-compiler.cc74 mcgraph()->machine()->Load(type), instance_node_.get(), \
255 mcgraph()->machine()->Load(MachineType::Pointer()), instance_node_.get(), in StackCheck()
2517 DCHECK_NOT_NULL(instance_node_); in BuildWasmCall()
2518 instance_node = instance_node_.get(); in BuildWasmCall()
2779 DCHECK_NOT_NULL(instance_node_); in InitInstanceCache()
2783 mcgraph()->machine()->Load(MachineType::UintPtr()), instance_node_.get(), in InitInstanceCache()
2789 mcgraph()->machine()->Load(MachineType::UintPtr()), instance_node_.get(), in InitInstanceCache()
2797 instance_node_.get(), in InitInstanceCache()
2890 DCHECK_NOT_NULL(instance_node_); in GetGlobalBaseAndOffset()
2896 instance_node_.get(), in GetGlobalBaseAndOffset()
[all …]