HomeSort by relevance Sort by last modified time
    Searched refs:is_copy (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
jump-target-inl.h 42 } else if (target->is_copy()) {
45 if (direction_ == BIDIRECTIONAL && !target->is_copy()) {
frame-element.h 59 ASSERT(!is_copy());
70 ASSERT(!is_copy());
139 bool is_copy() const { return type() == COPY; } function in class:v8::internal::BASE_EMBEDDED
159 ASSERT(is_copy());
238 ASSERT(is_copy());
jump-target.cc 86 if (element.is_constant() || element.is_copy()) {
106 if (element != NULL && !element->is_copy()) {
162 } else if (!element.is_copy()) {
184 ASSERT(entry_frame_->elements_[i].is_copy()
228 if (!entry_frame_->elements_[i].is_copy()) {
virtual-frame.cc 167 if (!elements_[index].is_copy()) {
318 if (elements_[j].is_copy() && elements_[j].index() == i) {
  /external/v8/src/x64/
virtual-frame-x64.cc 280 if (elements_[i].is_copy() && elements_[i].index() == index) {
325 if (elements_[i].is_copy() && elements_[i].index() == index) {
384 if (top.is_copy() && top.index() == index) return;
395 if (top.is_copy()) {
447 if (elements_[i].is_copy() && elements_[i].index() == backing_index) {
496 if (element.is_constant() || element.is_copy()) {
503 if (element.is_copy()) {
518 ASSERT(element.is_copy());
748 if (!element.is_copy()) {
773 } else if (element.is_copy()) {
    [all...]
  /external/v8/src/ia32/
virtual-frame-ia32.cc 178 if (element.is_constant() || element.is_copy()) {
185 if (element.is_copy()) {
204 ASSERT(element.is_copy());
580 if (elements_[i].is_copy() && elements_[i].index() == index) {
625 if (elements_[i].is_copy() && elements_[i].index() == index) {
684 if (top.is_copy() && top.index() == index) return;
695 if (top.is_copy()) {
749 if (elements_[i].is_copy() && elements_[i].index() == backing_index) {
    [all...]

Completed in 88 milliseconds