Home
last modified time | relevance | path

Searched refs:set_closure (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dfactory.cc702 context->set_closure(*function); in NewGlobalContext()
728 context->set_closure(*function); in NewFunctionContext()
744 context->set_closure(*function); in NewCatchContext()
759 context->set_closure(*function); in NewWithContext()
774 context->set_closure(*function); in NewBlockContext()
Dcontexts.h417 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); } in set_closure() function
Dhydrogen.h2254 bind->set_closure(env->closure()); in BindIfLive()
2268 lookup->set_closure(env->closure()); in LookupAndMakeLive()
Dbootstrapper.cc885 native_context()->set_closure(*empty_function); in InitializeGlobal()
Dhydrogen-instructions.h1869 void set_closure(Handle<JSFunction> closure) { closure_ = closure; } in set_closure() function
1928 void set_closure(Handle<JSFunction> closure) { in set_closure() function
Dhydrogen.cc182 instr->set_closure(environment->closure()); in CreateSimulate()
Druntime.cc9184 context->set_closure(previous->closure()); in RUNTIME_FUNCTION()