Home | History | Annotate | Download | only in ic

Lines Matching refs:Handle

222 void BinaryOpICState::Update(Handle<Object> left, Handle<Object> right,
223 Handle<Object> result) {
272 BinaryOpICState::Kind BinaryOpICState::UpdateKind(Handle<Object> object,
285 double value = Handle<HeapNumber>::cast(object)->value();
371 Type* CompareICState::StateToType(Zone* zone, State state, Handle<Map> map) {
400 Handle<Object> value) {
448 bool has_inlined_smi_code, Handle<Object> x, Handle<Object> y) {
469 if (Handle<JSReceiver>::cast(x)->map() ==
470 Handle<JSReceiver>::cast(y)->map()) {