Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc3387 constructor_function_(constructor_function) { in JSArrayBuilder()
3404 constructor_function_(constructor_function) { in JSArrayBuilder()
3416 if (constructor_function_ != NULL && kind_ == GetInitialFastElementsKind()) { in EmitMapCode()
3420 return builder()->Add<HLoadNamedField>(constructor_function_, nullptr, in EmitMapCode()
3426 HInstruction* native_context = constructor_function_ != NULL in EmitMapCode()
3427 ? builder()->BuildGetNativeContext(constructor_function_) in EmitMapCode()
3439 return builder()->Add<HLoadNamedField>(constructor_function_, nullptr, in EmitInternalMapCode()
Dhydrogen.h1766 HValue* constructor_function_; variable