OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveAllInputs
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/src/compiler/
node.cc
15
RemoveAllInputs
();
js-context-specialization.cc
29
node->
RemoveAllInputs
();
37
node->
RemoveAllInputs
();
js-inlining.cc
142
input->
RemoveAllInputs
();
300
call->
RemoveAllInputs
();
303
unique_return()->
RemoveAllInputs
();
generic-node.h
58
inline void
RemoveAllInputs
();
generic-node-inl.h
96
void GenericNode<B, S>::
RemoveAllInputs
() {
/external/chromium_org/v8/test/cctest/compiler/
test-node.cc
797
TEST(
RemoveAllInputs
) {
811
n0->
RemoveAllInputs
();
815
n1->
RemoveAllInputs
();
821
n2->
RemoveAllInputs
();
836
n1->
RemoveAllInputs
();
Completed in 155 milliseconds