OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_space_allocation_top
(Results
1 - 7
of
7
) sorted by null
/external/v8/src/ia32/
macro-assembler-ia32.cc
656
ExternalReference
new_space_allocation_top
=
local
665
cmp(result, Operand::StaticVariable(
new_space_allocation_top
));
673
mov(result, Operand::StaticVariable(
new_space_allocation_top
));
675
mov(Operand(scratch), Immediate(
new_space_allocation_top
));
688
ExternalReference
new_space_allocation_top
=
local
693
mov(Operand::StaticVariable(
new_space_allocation_top
), result_end);
849
ExternalReference
new_space_allocation_top
=
local
855
cmp(object, Operand::StaticVariable(
new_space_allocation_top
));
858
mov(Operand::StaticVariable(
new_space_allocation_top
), object);
[
all
...]
stub-cache-ia32.cc
1523
ExternalReference
new_space_allocation_top
=
local
[
all
...]
/external/v8/src/x64/
macro-assembler-x64.cc
2366
ExternalReference
new_space_allocation_top
=
local
2400
ExternalReference
new_space_allocation_top
=
local
2565
ExternalReference
new_space_allocation_top
=
local
[
all
...]
stub-cache-x64.cc
[
all
...]
/external/v8/src/arm/
macro-assembler-arm.cc
[
all
...]
stub-cache-arm.cc
1650
ExternalReference
new_space_allocation_top
=
local
[
all
...]
/external/v8/src/mips/
macro-assembler-mips.cc
[
all
...]
Completed in 47 milliseconds