Home | History | Annotate | Download | only in src

Lines Matching refs:BuildGetNativeContext

3105 HInstruction* HGraphBuilder::BuildGetNativeContext(HValue* closure) {
3120 HInstruction* HGraphBuilder::BuildGetNativeContext() {
3133 HInstruction* native_context = BuildGetNativeContext();
3189 ? builder()->BuildGetNativeContext(constructor_function_)
3190 : builder()->BuildGetNativeContext();