Home
last modified time | relevance | path

Searched refs:empty_function (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Analysis/
Dcoverage.c96 static void empty_function(){ in empty_function() function
100 empty_function(); in use_empty_function()
Dmalloc-plist.c160 static void empty_function(){ in empty_function() function
163 empty_function(); in use_empty_function()
/external/v8/src/
Dbootstrapper.cc200 Handle<JSFunction> empty_function);
262 Handle<JSFunction> empty_function);
494 Handle<JSFunction> empty_function = in CreateEmptyFunction() local
501 empty_function->set_code(*code); in CreateEmptyFunction()
502 empty_function->shared()->set_code(*code); in CreateEmptyFunction()
506 empty_function->shared()->set_script(*script); in CreateEmptyFunction()
507 empty_function->shared()->set_start_position(0); in CreateEmptyFunction()
508 empty_function->shared()->set_end_position(source->length()); in CreateEmptyFunction()
509 empty_function->shared()->DontAdaptArguments(); in CreateEmptyFunction()
512 global_context()->function_map()->set_prototype(*empty_function); in CreateEmptyFunction()
[all …]
/external/chromium_org/v8/src/
Dbootstrapper.cc202 Handle<JSFunction> empty_function);
272 Handle<JSFunction> empty_function);
488 Handle<JSFunction> empty_function = in CreateEmptyFunction() local
495 empty_function->set_code(*code); in CreateEmptyFunction()
496 empty_function->shared()->set_code(*code); in CreateEmptyFunction()
501 empty_function->shared()->set_script(*script); in CreateEmptyFunction()
502 empty_function->shared()->set_start_position(0); in CreateEmptyFunction()
503 empty_function->shared()->set_end_position(source->length()); in CreateEmptyFunction()
504 empty_function->shared()->DontAdaptArguments(); in CreateEmptyFunction()
507 native_context()->function_map()->set_prototype(*empty_function); in CreateEmptyFunction()
[all …]
/external/llvm/test/MC/MachO/ARM/
Dempty-function-nop.ll9 define internal fastcc void @empty_function() {