OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_control
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/cctest/compiler/
simplified-graph-builder.cc
53
bool
has_control
= OperatorProperties::GetControlInputCount(op) == 1;
local
60
if (!
has_control
&& !has_effect) {
64
if (
has_control
) ++input_count_with_deps;
72
if (
has_control
) {
/external/v8/src/compiler/
graph-builder.cc
38
bool
has_control
= OperatorProperties::GetControlInputCount(op) == 1;
local
45
if (!has_context && !has_framestate && !
has_control
&& !has_effect) {
51
if (
has_control
) ++input_count_with_deps;
68
if (
has_control
) {
/frameworks/av/radio/
IRadio.cpp
41
HAS_CONTROL
213
status_t status = remote()->transact(
HAS_CONTROL
, data, &reply);
327
case
HAS_CONTROL
: {
Completed in 46 milliseconds