Searched refs:constructor_function_ (Results 1 – 2 of 2) sorted by relevance
3149 constructor_function_(constructor_function) { in JSArrayBuilder()3166 constructor_function_(constructor_function) { in JSArrayBuilder()3178 if (constructor_function_ != NULL && kind_ == GetInitialFastElementsKind()) { in EmitMapCode()3183 constructor_function_, static_cast<HValue*>(NULL), access); in EmitMapCode()3188 HInstruction* native_context = constructor_function_ != NULL in EmitMapCode()3189 ? builder()->BuildGetNativeContext(constructor_function_) in EmitMapCode()3209 constructor_function_, static_cast<HValue*>(NULL), access); in EmitInternalMapCode()
1791 HValue* constructor_function_; variable