Home
last modified time | relevance | path

Searched refs:js_heap_broker_ (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/compiler/
Djs-context-specialization.h44 js_heap_broker_(js_heap_broker) {} in JSContextSpecialization()
66 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker()
71 JSHeapBroker* const js_heap_broker_; variable
Dproperty-access-builder.h32 js_heap_broker_(js_heap_broker), in PropertyAccessBuilder()
57 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker()
72 JSHeapBroker* js_heap_broker_; variable
Dconstant-folding-reducer.h30 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in NON_EXPORTED_BASE()
33 JSHeapBroker* const js_heap_broker_; in NON_EXPORTED_BASE() local
Dtyper.h45 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker()
51 JSHeapBroker* js_heap_broker_; variable
Dsimplified-operator-reducer.h59 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in NON_EXPORTED_BASE()
62 JSHeapBroker* const js_heap_broker_; in NON_EXPORTED_BASE() local
Dcommon-operator-reducer.h51 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in NON_EXPORTED_BASE()
57 JSHeapBroker* const js_heap_broker_; in NON_EXPORTED_BASE() local
Djs-create-lowering.h41 js_heap_broker_(js_heap_broker), in NON_EXPORTED_BASE()
124 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in NON_EXPORTED_BASE()
129 JSHeapBroker* const js_heap_broker_; in NON_EXPORTED_BASE() local
Dtyped-optimization.h74 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in NON_EXPORTED_BASE()
78 JSHeapBroker* js_heap_broker_; in NON_EXPORTED_BASE() local
Djs-typed-lowering.h101 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in NON_EXPORTED_BASE()
108 JSHeapBroker* js_heap_broker_; in NON_EXPORTED_BASE() local
Djs-call-reducer.h45 js_heap_broker_(js_heap_broker), in JSCallReducer()
237 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker()
249 JSHeapBroker* const js_heap_broker_; variable
Daccess-info.h172 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker()
178 JSHeapBroker* const js_heap_broker_; variable
Dconstant-folding-reducer.cc18 js_heap_broker_(js_heap_broker) {} in ConstantFoldingReducer()
Djs-native-context-specialization.h221 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker()
235 JSHeapBroker* const js_heap_broker_; variable
Dsimplified-lowering.h51 JSHeapBroker* js_heap_broker_; variable
Dsimplified-operator-reducer.cc39 js_heap_broker_(js_heap_broker) {} in SimplifiedOperatorReducer()
Dcommon-operator-reducer.cc47 js_heap_broker_(js_heap_broker), in CommonOperatorReducer()
Dpipeline.cc140 js_heap_broker_ = new (codegen_zone_) JSHeapBroker(isolate_, codegen_zone_); in PipelineData()
269 JSHeapBroker* js_heap_broker() const { return js_heap_broker_; } in js_heap_broker()
341 js_heap_broker_ = nullptr; in DeleteCodegenZone()
465 JSHeapBroker* js_heap_broker_ = nullptr; member in v8::internal::compiler::PipelineData
Daccess-info.cc243 : js_heap_broker_(js_heap_broker), in AccessInfoFactory()
Dtyped-optimization.cc28 js_heap_broker_(js_heap_broker), in TypedOptimization()
Dsimplified-lowering.cc3284 js_heap_broker_(js_heap_broker), in SimplifiedLowering()
3293 RepresentationSelector selector(jsgraph(), js_heap_broker_, zone_, &changer, in LowerAllNodes()
Dtyper.cc42 js_heap_broker_(js_heap_broker), in Typer()
Djs-typed-lowering.cc415 js_heap_broker_(js_heap_broker), in JSTypedLowering()
Djs-native-context-specialization.cc68 js_heap_broker_(js_heap_broker), in JSNativeContextSpecialization()