Home | History | Annotate | Download | only in src

Lines Matching defs:StubCompiler

404 class StubCompiler BASE_EMBEDDED {
406 explicit StubCompiler(Isolate* isolate)
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(isolate),
753 class CallStubCompiler: public StubCompiler {
838 class ConstructStubCompiler: public StubCompiler {
840 explicit ConstructStubCompiler(Isolate* isolate) : StubCompiler(isolate) { }