HomeSort by relevance Sort by last modified time
    Searched refs:empty_function (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Analysis/
coverage.c 96 static void empty_function(){ function
100 empty_function();
malloc-plist.c 160 static void empty_function(){ function
163 empty_function();
    [all...]
  /external/v8/src/
bootstrapper.cc 200 Handle<JSFunction> empty_function);
262 Handle<JSFunction> empty_function);
494 Handle<JSFunction> empty_function = local
501 empty_function->set_code(*code);
502 empty_function->shared()->set_code(*code);
506 empty_function->shared()->set_script(*script);
507 empty_function->shared()->set_start_position(0);
508 empty_function->shared()->set_end_position(source->length());
509 empty_function->shared()->DontAdaptArguments();
512 global_context()->function_map()->set_prototype(*empty_function);
2324 Handle<JSFunction> empty_function = CreateEmptyFunction(isolate); local
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 204 Handle<JSFunction> empty_function);
274 Handle<JSFunction> empty_function);
501 Handle<JSFunction> empty_function = local
508 empty_function->set_code(*code);
509 empty_function->shared()->set_code(*code);
514 empty_function->shared()->set_script(*script);
515 empty_function->shared()->set_start_position(0);
516 empty_function->shared()->set_end_position(source->length());
517 empty_function->shared()->DontAdaptArguments();
520 native_context()->function_map()->set_prototype(*empty_function);
2641 Handle<JSFunction> empty_function = CreateEmptyFunction(isolate); local
    [all...]

Completed in 55 milliseconds