Home | History | Annotate | Download | only in ia32

Lines Matching full:heap

109 // Name must be a symbol and receiver must be a heap object.
402 ASSERT(!masm->isolate()->heap()->InNewSpace(interceptor));
488 if (masm->isolate()->heap()->InNewSpace(call_data)) {
582 return masm->isolate()->heap()->undefined_value(); // Success.
681 return masm->isolate()->heap()->undefined_value(); // Success.
943 MaybeObject* maybe_lookup_result = heap()->LookupSymbol(name);
963 } else if (heap()->InNewSpace(prototype)) {
1093 if (isolate()->heap()->InNewSpace(callback_handle->data())) {
1340 if (isolate()->heap()->InNewSpace(function)) {
1444 return isolate()->heap()->undefined_value();
1597 return heap()->undefined_value();
1682 return isolate()->heap()->undefined_value();
1766 return heap()->undefined_value();
1855 return isolate()->heap()->undefined_value();
1925 return isolate()->heap()->undefined_value();
1935 return isolate()->heap()->undefined_value();
1965 // Check if the argument is a heap number and load its value into xmm0.
2016 // Return a new heap number.
2021 // Return the argument (when it's an already round heap number).
2059 return isolate()->heap()->undefined_value();
2108 // Check if the argument is a heap number and load its exponent and
2156 if (object->IsGlobalObject()) return heap()->undefined_value();
2157 if (cell != NULL) return heap()->undefined_value();
2160 if (depth == kInvalidProtoDepth) return heap()->undefined_value();
2288 // Check that the object is a smi or a heap number.
2798 return GetCode(NONEXISTENT, isolate()->heap()->empty_string());
3244 // Now allocate the JSObject on the heap by moving the new space allocation
3257 // Allocated the JSObject, now initialize the fields and add the heap tag.
3584 // TODO(danno): handle heap number -> pixel array conversion