Searched refs:constructor_function_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc3149 constructor_function_(constructor_function) {
3166 constructor_function_(constructor_function) {
3178 if (constructor_function_ != NULL && kind_ == GetInitialFastElementsKind()) {
3183 constructor_function_, static_cast<HValue*>(NULL), access);
3188 HInstruction* native_context = constructor_function_ != NULL
3189 ? builder()->BuildGetNativeContext(constructor_function_)
3209 constructor_function_, static_cast<HValue*>(NULL), access);
H A Dhydrogen.h1791 HValue* constructor_function_; member in class:v8::internal::HGraphBuilder::FINAL

Completed in 334 milliseconds