OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
290
CallStubCompiler
compiler(isolate_, argc, kind, extra_state, cache_holder);
299
if (
CallStubCompiler
::CanBeCached(function)) {
332
CallStubCompiler
compiler(isolate_, argc, kind, extra_state, cache_holder);
370
CallStubCompiler
compiler(isolate(), argc, kind, extra_state, cache_holder);
397
CallStubCompiler
compiler(isolate(), argc, kind, extra_state);
404
if (
CallStubCompiler
::CanBeCached(function)) {
[
all
...]
Completed in 87 milliseconds