Searched defs:ContextAccess (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Djs-operator.h21 class ContextAccess { class in namespace:v8::internal::compiler
23 ContextAccess(int depth, int index, bool immutable) function in class:v8::internal::compiler::ContextAccess
153 ContextAccess access(depth, index, immutable);
154 OP1(JSLoadContext, ContextAccess, access,
158 ContextAccess access(depth, index, false);
159 OP1(JSStoreContext, ContextAccess, access, Operator::kNoProperties, 2, 0);
200 // Specialization for static parameters of type {ContextAccess}.
202 struct StaticParameterTraits<ContextAccess> {
203 static OStream& PrintTo(OStream& os, ContextAccess val) { // NOLINT
207 static int HashCode(ContextAccess va
[all...]

Completed in 1500 milliseconds