OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_index
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/crankshaft/
hydrogen-representation-changes.h
24
int
use_index
,
hydrogen-representation-changes.cc
11
HValue* value, HValue* use_value, int
use_index
, Representation to) {
16
next = use_value->block()->predecessors()->at(
use_index
)->end();
41
if (!use_value->operand_position(
use_index
).IsUnknown()) {
42
new_value->set_position(use_value->operand_position(
use_index
));
50
use_value->SetOperandAt(
use_index
, new_value);
70
int
use_index
= it.index();
local
71
Representation req = use_value->RequiredInputRepresentation(
use_index
);
84
int
use_index
= it.index();
local
85
Representation req = use_value->RequiredInputRepresentation(
use_index
);
98
use_value->SetOperandAt(
use_index
, change->value())
[
all
...]
hydrogen-instructions.cc
4126
int
use_index
= it.index();
local
[
all
...]
/art/compiler/optimizing/
graph_checker.cc
366
size_t
use_index
= use.GetIndex();
local
367
if ((
use_index
>= user->InputCount()) || (user->InputAt(
use_index
) != instruction)) {
380
size_t
use_index
= use.GetIndex();
local
381
if ((
use_index
>= user->Size()) || (user->GetInstructionAt(
use_index
) != instruction)) {
[
all
...]
nodes.cc
1693
size_t
use_index
= use.GetIndex();
local
[
all
...]
nodes.h
[
all
...]
Completed in 1323 milliseconds