OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_guarantees
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/ia32/
assembler-ia32.cc
141
uint64_t
os_guarantees
= OS::CpuFeaturesImpliedByPlatform();
local
142
supported_ |=
os_guarantees
;
143
found_by_runtime_probing_ &= ~
os_guarantees
;
[
all
...]
/external/v8/src/x64/
assembler-x64.cc
141
uint64_t
os_guarantees
= OS::CpuFeaturesImpliedByPlatform();
local
142
supported_ |=
os_guarantees
;
143
found_by_runtime_probing_ &= ~
os_guarantees
;
[
all
...]
Completed in 24 milliseconds