OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function2
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/linkloader/tests/
stub-test.cpp
26
void
function2
() {
function
34
void (*func2)() = (void (*)())stubs.allocateStub((void *)&
function2
);
42
fprintf(stderr, "ERROR: Unable to allocate stub for
function2
\n");
47
function2
();
/external/v8/test/mjsunit/
keyed-call-ic.js
38
return '
function2
';
151
expect = '
function2
';
Completed in 692 milliseconds