Home
last modified time | relevance | path

Searched refs:StoreFieldStub (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dhandler-compiler.cc533 StoreFieldStub stub(isolate(), it->GetFieldIndex(), it->representation()); in CompileStoreField()
Dic.cc1808 StoreFieldStub stub(isolate(), lookup->GetFieldIndex(), in CompileHandler()
/external/v8/src/
Dcode-stubs-hydrogen.cc1083 HValue* CodeStubGraphBuilder<StoreFieldStub>::BuildCodeStub() { in BuildCodeStub()
1090 Handle<Code> StoreFieldStub::GenerateCode() { return DoGenerateCode(this); } in GenerateCode()
Dcode-stubs.h1109 class StoreFieldStub : public HandlerStub {
1111 StoreFieldStub(Isolate* isolate, FieldIndex index, in StoreFieldStub() function