HomeSort by relevance Sort by last modified time
    Searched full:expected_receiver_type_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ic/
call-optimization.cc 14 expected_receiver_type_ = Handle<FunctionTemplateInfo>::null();
32 if (expected_receiver_type_.is_null() ||
33 expected_receiver_type_->IsTemplateFor(*object_map)) {
41 if (expected_receiver_type_->IsTemplateFor(*object_map)) {
98 expected_receiver_type_ =
123 expected_receiver_type_ =
call-optimization.h 31 return expected_receiver_type_;
62 Handle<FunctionTemplateInfo> expected_receiver_type_; member in class:v8::internal::BASE_EMBEDDED

Completed in 136 milliseconds