OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtendedPolicy
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
instruction.h
148
enum
ExtendedPolicy
{
172
UnallocatedOperand(
ExtendedPolicy
policy, int virtual_register)
187
UnallocatedOperand(
ExtendedPolicy
policy, int index, int virtual_register)
196
UnallocatedOperand(
ExtendedPolicy
policy, Lifetime lifetime,
257
ExtendedPolicy
extended_policy() const {
326
class ExtendedPolicyField : public BitField64<
ExtendedPolicy
, 36, 3> {};
[
all
...]
/external/v8/src/crankshaft/
lithium.h
79
enum
ExtendedPolicy
{
104
explicit LUnallocated(
ExtendedPolicy
policy) : LOperand(UNALLOCATED, 0) {
117
LUnallocated(
ExtendedPolicy
policy, int index) : LOperand(UNALLOCATED, 0) {
125
LUnallocated(
ExtendedPolicy
policy, Lifetime lifetime)
171
class ExtendedPolicyField : public BitField<
ExtendedPolicy
, 22, 3> {};
225
ExtendedPolicy
extended_policy() const {
Completed in 1642 milliseconds