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

  /external/clang/test/Analysis/
coverage.c 96 static void empty_function(){ function
100 empty_function();
malloc-plist.c 175 static void empty_function(){ function
178 empty_function();
    [all...]
  /external/v8/src/
bootstrapper.cc 208 Handle<JSFunction> empty_function,
604 Handle<JSFunction> empty_function = local
614 empty_function->set_map(*empty_function_map);
622 empty_function->shared()->set_start_position(0);
623 empty_function->shared()->set_end_position(source->length());
624 empty_function->shared()->set_function_literal_id(1);
625 empty_function->shared()->DontAdaptArguments();
626 SharedFunctionInfo::SetScript(handle(empty_function->shared()), script);
633 Map::SetPrototype(sloppy_function_map, empty_function);
634 Map::SetPrototype(sloppy_function_without_prototype_map, empty_function);
4880 Handle<JSFunction> empty_function = CreateEmptyFunction(isolate); local
    [all...]

Completed in 111 milliseconds