Searched defs:StubCompiler (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dstub-cache.h404 class StubCompiler BASE_EMBEDDED {
406 explicit StubCompiler(Isolate* isolate) function in class:v8::internal::BASE_EMBEDDED
578 class LoadStubCompiler: public StubCompiler {
580 explicit LoadStubCompiler(Isolate* isolate) : StubCompiler(isolate) { }
616 class KeyedLoadStubCompiler: public StubCompiler {
618 explicit KeyedLoadStubCompiler(Isolate* isolate) : StubCompiler(isolate) { }
666 class StoreStubCompiler: public StubCompiler {
669 : StubCompiler(isolate), strict_mode_(strict_mode) { }
695 class KeyedStoreStubCompiler: public StubCompiler {
700 : StubCompiler(isolat
[all...]

Completed in 41 milliseconds