Searched refs:native_context_ (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | js-call-reducer.h | 38 native_context_(native_context) {} in JSCallReducer() 55 Handle<Context> native_context() const { return native_context_; } in native_context() 62 Handle<Context> const native_context_; variable
|
D | js-create-lowering.h | 42 native_context_(native_context), in NON_EXPORTED_BASE() 89 Handle<Context> native_context() const { return native_context_; } in NON_EXPORTED_BASE() 100 Handle<Context> const native_context_; in NON_EXPORTED_BASE() local
|
D | js-builtin-reducer.h | 119 Handle<Context> native_context() const { return native_context_; } in NON_EXPORTED_BASE() 128 Handle<Context> const native_context_; in NON_EXPORTED_BASE() local
|
D | js-native-context-specialization.h | 162 Handle<Context> native_context() const { return native_context_; } in native_context() 168 Handle<Context> native_context_; variable
|
D | access-info.h | 159 Handle<Context> native_context() const { return native_context_; } in native_context() 163 Handle<Context> const native_context_; variable
|
D | access-info.cc | 191 native_context_(native_context), in AccessInfoFactory()
|
D | js-native-context-specialization.cc | 65 native_context_(native_context), in JSNativeContextSpecialization()
|
D | js-builtin-reducer.cc | 105 native_context_(native_context), in JSBuiltinReducer()
|
/external/v8/src/ |
D | type-info.cc | 20 : native_context_(native_context), isolate_(isolate), zone_(zone) { in TypeFeedbackOracle() 465 stub_cache->CollectMatchingMaps(types, name, native_context_, zone()); in CollectReceiverTypes() 499 if (IsRelevantFeedback(*map, *native_context_)) { in CollectReceiverTypes()
|
D | type-info.h | 123 Handle<Context> native_context_;
|
D | bootstrapper.cc | 158 Handle<Context> native_context() { return native_context_; } in native_context() 287 Handle<Context> native_context_; member in v8::internal::BASE_EMBEDDED 867 native_context_ = factory()->NewNativeContext(); in CreateRoots() 4402 .ToHandle(&native_context_)) { in Genesis() 4403 native_context_ = Handle<Context>(); in Genesis()
|