Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc151 Node* BytecodeGraphBuilder::Environment::LookupAccumulator() const { in LookupAccumulator() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
621 Node* value = environment()->LookupAccumulator(); in VisitStar()
723 Node* value = environment()->LookupAccumulator(); in BuildStoreGlobal()
789 Node* value = environment()->LookupAccumulator(); in VisitStaContextSlot()
829 Node* value = environment()->LookupAccumulator(); in BuildStaLookupSlot()
919 Node* key = environment()->LookupAccumulator(); in BuildKeyedLoad()
960 Node* value = environment()->LookupAccumulator(); in BuildNamedStore()
1004 Node* value = environment()->LookupAccumulator(); in BuildKeyedStore()
1045 Node* context = environment()->LookupAccumulator(); in VisitPushContext()
1321 Node* value = environment()->LookupAccumulator(); in VisitThrow()
[all …]
Dbytecode-graph-builder.h264 Node* LookupAccumulator() const;