Lines Matching refs:broker
106 JSHeapBroker* broker, Node* node, size_t* distance, in GetSpecializationContext() argument
110 HeapObjectRef object(broker, HeapConstantOf(node->op())); in GetSpecializationContext()
119 return ContextRef(broker, outer.context); in GetSpecializationContext()
141 GetSpecializationContext(broker(), context, &depth, outer()); in ReduceJSLoadContext()
152 TRACE_BROKER_MISSING(broker(), "previous value for context " << concrete); in ReduceJSLoadContext()
167 TRACE_BROKER_MISSING(broker(), "slot value " << access.index() in ReduceJSLoadContext()
204 GetSpecializationContext(broker(), context, &depth, outer()); in ReduceJSStoreContext()
215 TRACE_BROKER_MISSING(broker(), "previous value for context " << concrete); in ReduceJSStoreContext()
222 base::Optional<ContextRef> GetModuleContext(JSHeapBroker* broker, Node* node, in GetModuleContext() argument
238 HeapObjectRef object(broker, HeapConstantOf(context->op())); in GetModuleContext()
247 return find_context(ContextRef(broker, outer.context)); in GetModuleContext()
260 GetModuleContext(broker(), node, outer()); in ReduceJSGetImportMeta()