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

  /external/v8/src/
stub-cache.h 753 class CallStubCompiler: public StubCompiler {
755 CallStubCompiler(Isolate* isolate,
    [all...]
stub-cache.cc 568 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
606 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
643 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
673 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
    [all...]
  /external/chromium_org/v8/src/
stub-cache.h     [all...]
stub-cache.cc 706 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
715 if (CallStubCompiler::CanBeCached(function)) {
749 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
788 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
819 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
    [all...]

Completed in 297 milliseconds