Searched refs:StoreFieldStub (Results 1 – 4 of 4) sorted by relevance
533 StoreFieldStub stub(isolate(), it->GetFieldIndex(), it->representation()); in CompileStoreField()
1808 StoreFieldStub stub(isolate(), lookup->GetFieldIndex(), in CompileHandler()
1083 HValue* CodeStubGraphBuilder<StoreFieldStub>::BuildCodeStub() { in BuildCodeStub()1090 Handle<Code> StoreFieldStub::GenerateCode() { return DoGenerateCode(this); } in GenerateCode()
1109 class StoreFieldStub : public HandlerStub {1111 StoreFieldStub(Isolate* isolate, FieldIndex index, in StoreFieldStub() function