Lines Matching refs:function_index
1204 int function_index = -1;
1206 function_index = Context::STRING_FUNCTION_INDEX;
1208 function_index = Context::SYMBOL_FUNCTION_INDEX;
1210 function_index = Context::NUMBER_FUNCTION_INDEX;
1215 function_index = Context::BOOLEAN_FUNCTION_INDEX;
1222 masm(), function_index, scratch1(), miss);
1223 Object* function = isolate()->native_context()->get(function_index);