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

  /external/chromium_org/v8/src/
factory.cc 702 context->set_closure(*function);
728 context->set_closure(*function);
744 context->set_closure(*function);
759 context->set_closure(*function);
774 context->set_closure(*function);
    [all...]
contexts.h 417 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); } function in class:v8::internal::Context
hydrogen.h     [all...]
hydrogen-instructions.h 1869 void set_closure(Handle<JSFunction> closure) { closure_ = closure; } function in class:v8::FINAL
1928 void set_closure(Handle<JSFunction> closure) { function in class:v8::FINAL
    [all...]
bootstrapper.cc     [all...]
hydrogen.cc 182 instr->set_closure(environment->closure());
    [all...]
runtime.cc     [all...]

Completed in 106 milliseconds