OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_hole
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/v8/test/mjsunit/
global-deleted-property-keyed.js
31
// Regression test that exposed
the_hole
value from Runtime_KeyedGetPoperty.
/external/v8/test/mjsunit/
global-deleted-property-keyed.js
31
// Regression test that exposed
the_hole
value from Runtime_KeyedGetPoperty.
/external/chromium_org/v8/src/
global-handles.cc
[
all
...]
elements.cc
368
Object*
the_hole
= from->GetHeap()->the_hole_value();
local
372
if (hole_or_smi ==
the_hole
) {
441
Object*
the_hole
= from->GetHeap()->the_hole_value();
local
445
if (hole_or_object ==
the_hole
) {
[
all
...]
deoptimizer.cc
[
all
...]
objects-inl.h
1274
Object*
the_hole
= GetHeap()->
the_hole
_value();
local
1444
Object*
the_hole
= heap->
the_hole
_value();
local
[
all
...]
api.cc
2108
i::Object*
the_hole
= isolate_->heap()->
the_hole
_value();
local
[
all
...]
hydrogen.cc
707
DEFINE_GET_CONSTANT(Hole,
the_hole
, HType::Tagged(), false)
723
DEFINE_IS_CONSTANT(Hole,
the_hole
)
[
all
...]
objects.cc
11623
Object*
the_hole
= GetHeap()->
the_hole
_value();
local
[
all
...]
/external/v8/src/
objects-inl.h
1223
Object*
the_hole
= GetHeap()->
the_hole
_value();
local
1281
Object*
the_hole
= heap->
the_hole
_value();
local
[
all
...]
/external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc
856
Handle<Oddball>
the_hole
= masm->isolate()->factory()->the_hole_value();
local
860
Immediate(
the_hole
));
862
__ cmp(Operand::ForCell(cell), Immediate(
the_hole
));
[
all
...]
/external/v8/src/ia32/
stub-cache-ia32.cc
838
Handle<Oddball>
the_hole
= masm->isolate()->factory()->the_hole_value();
local
842
Immediate(
the_hole
));
844
__ cmp(Operand::Cell(cell), Immediate(
the_hole
));
[
all
...]
code-stubs-ia32.cc
6843
Label
the_hole
;
local
[
all
...]
/external/v8/src/x64/
code-stubs-x64.cc
5816
Label
the_hole
;
local
[
all
...]
/external/v8/src/arm/
code-stubs-arm.cc
6877
Label
the_hole
;
local
[
all
...]
/external/v8/src/mips/
code-stubs-mips.cc
7140
Label
the_hole
;
local
[
all
...]
Completed in 98 milliseconds