Home
last modified time | relevance | path

Searched defs:js_heap_broker (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/
Dproperty-access-builder.h29 PropertyAccessBuilder(JSGraph* jsgraph, JSHeapBroker* js_heap_broker, in PropertyAccessBuilder()
57 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
Djs-context-specialization.h37 JSHeapBroker* js_heap_broker, in JSContextSpecialization()
66 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
Djs-call-reducer.h40 JSCallReducer(Editor* editor, JSGraph* jsgraph, JSHeapBroker* js_heap_broker, in JSCallReducer()
237 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
Dconstant-folding-reducer.cc15 JSHeapBroker* js_heap_broker) in ConstantFoldingReducer()
Dtyper.h45 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
Dtype-narrowing-reducer.cc15 JSHeapBroker* js_heap_broker) in TypeNarrowingReducer()
Djs-native-context-specialization.h221 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
Dsimplified-operator-reducer.cc36 Editor* editor, JSGraph* jsgraph, JSHeapBroker* js_heap_broker) in SimplifiedOperatorReducer()
Daccess-info.h172 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
Dtyped-optimization.cc24 JSHeapBroker* js_heap_broker) in TypedOptimization()
92 base::Optional<MapRef> GetStableMapFromObjectType(JSHeapBroker* js_heap_broker, in GetStableMapFromObjectType()
Dcommon-operator-reducer.cc41 JSHeapBroker* js_heap_broker, in CommonOperatorReducer()
Dtypes.cc825 Type Type::NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value, in NewConstant()
1063 Type Type::HeapConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value, in HeapConstant()
Daccess-info.cc240 AccessInfoFactory::AccessInfoFactory(JSHeapBroker* js_heap_broker, in AccessInfoFactory()
Dtypes.h380 static Type For(JSHeapBroker* js_heap_broker, Handle<i::Map> map) { in For()
Doperation-typer.cc19 OperationTyper::OperationTyper(Isolate* isolate, JSHeapBroker* js_heap_broker, in OperationTyper()
Dsimplified-lowering.cc289 RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* js_heap_broker, in RepresentationSelector()
3279 JSHeapBroker* js_heap_broker, Zone* zone, in SimplifiedLowering()
Djs-typed-lowering.cc412 JSHeapBroker* js_heap_broker, Zone* zone) in JSTypedLowering()
Djs-native-context-specialization.cc63 Editor* editor, JSGraph* jsgraph, JSHeapBroker* js_heap_broker, Flags flags, in JSNativeContextSpecialization()
Dtyper.cc36 Typer::Typer(Isolate* isolate, JSHeapBroker* js_heap_broker, Flags flags, in Typer()
Dpipeline.cc269 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function in v8::internal::compiler::PipelineData