/external/v8/src/compiler/ |
D | property-access-builder.h | 29 PropertyAccessBuilder(JSGraph* jsgraph, JSHeapBroker* js_heap_broker, in PropertyAccessBuilder() 57 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
|
D | js-context-specialization.h | 37 JSHeapBroker* js_heap_broker, in JSContextSpecialization() 66 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
|
D | js-call-reducer.h | 40 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
|
D | constant-folding-reducer.cc | 15 JSHeapBroker* js_heap_broker) in ConstantFoldingReducer()
|
D | typer.h | 45 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
|
D | type-narrowing-reducer.cc | 15 JSHeapBroker* js_heap_broker) in TypeNarrowingReducer()
|
D | js-native-context-specialization.h | 221 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
|
D | simplified-operator-reducer.cc | 36 Editor* editor, JSGraph* jsgraph, JSHeapBroker* js_heap_broker) in SimplifiedOperatorReducer()
|
D | access-info.h | 172 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function
|
D | typed-optimization.cc | 24 JSHeapBroker* js_heap_broker) in TypedOptimization() 92 base::Optional<MapRef> GetStableMapFromObjectType(JSHeapBroker* js_heap_broker, in GetStableMapFromObjectType()
|
D | common-operator-reducer.cc | 41 JSHeapBroker* js_heap_broker, in CommonOperatorReducer()
|
D | types.cc | 825 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()
|
D | access-info.cc | 240 AccessInfoFactory::AccessInfoFactory(JSHeapBroker* js_heap_broker, in AccessInfoFactory()
|
D | types.h | 380 static Type For(JSHeapBroker* js_heap_broker, Handle<i::Map> map) { in For()
|
D | operation-typer.cc | 19 OperationTyper::OperationTyper(Isolate* isolate, JSHeapBroker* js_heap_broker, in OperationTyper()
|
D | simplified-lowering.cc | 289 RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* js_heap_broker, in RepresentationSelector() 3279 JSHeapBroker* js_heap_broker, Zone* zone, in SimplifiedLowering()
|
D | js-typed-lowering.cc | 412 JSHeapBroker* js_heap_broker, Zone* zone) in JSTypedLowering()
|
D | js-native-context-specialization.cc | 63 Editor* editor, JSGraph* jsgraph, JSHeapBroker* js_heap_broker, Flags flags, in JSNativeContextSpecialization()
|
D | typer.cc | 36 Typer::Typer(Isolate* isolate, JSHeapBroker* js_heap_broker, Flags flags, in Typer()
|
D | pipeline.cc | 269 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker() function in v8::internal::compiler::PipelineData
|