Home
last modified time | relevance | path

Searched refs:export_cell (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Daccess-info.h115 Handle<Cell> export_cell() const;
Daccess-info.cc235 Handle<Cell> PropertyAccessInfo::export_cell() const { in export_cell() function in v8::internal::compiler::PropertyAccessInfo
Djs-native-context-specialization.cc1834 Node* cell = jsgraph()->Constant(access_info.export_cell()); in BuildPropertyLoad()