Home
last modified time | relevance | path

Searched refs:function_wrapper (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Dwarn-documentation.cpp299 struct function_wrapper {}; struct
334 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;
340 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;
346 typedef foo::function_wrapper<int (int aaa, int ccc)> &test_function_like_typedef7;
352 typedef foo::function_wrapper<int (int aaa, int ccc)> &&test_function_like_typedef8;
/external/v8/src/runtime/
Druntime-liveedit.cc155 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object); in RUNTIME_FUNCTION() local
161 CHECK(function_wrapper->value()->IsSharedFunctionInfo()); in RUNTIME_FUNCTION()
162 LiveEdit::SetFunctionScript(function_wrapper, script_object); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Dliveedit.h90 static void SetFunctionScript(Handle<JSValue> function_wrapper,
Dliveedit.cc975 void LiveEdit::SetFunctionScript(Handle<JSValue> function_wrapper, in SetFunctionScript() argument
978 UnwrapSharedFunctionInfoFromJSValue(function_wrapper); in SetFunctionScript()
979 Isolate* isolate = function_wrapper->GetIsolate(); in SetFunctionScript()
984 function_wrapper->GetIsolate()->compilation_cache()->Remove(shared_info); in SetFunctionScript()