Home | History | Annotate | Download | only in src

Lines Matching refs:LOAD_IC

121       Code::ComputeMonomorphicFlags(Code::LOAD_IC, NONEXISTENT);
129 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *cache_name, *code));
140 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, FIELD);
148 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
160 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, CALLBACKS);
168 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
180 Code::ComputeMonomorphicFlags(Code::LOAD_IC, CONSTANT_FUNCTION);
188 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
198 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, INTERCEPTOR);
206 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
223 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, NORMAL);
231 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
1323 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, type);
1326 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
1338 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));