OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:args_type
(Results
1 - 7
of
7
) sorted by null
/art/compiler/jni/portable/
jni_compiler.cc
303
std::vector< ::llvm::Type*>
args_type
;
local
305
args_type
.push_back(irb_.getJObjectTy()); // method object pointer
310
args_type
.push_back(irb_.getJType('L'));
314
args_type
.push_back(irb_.getJType(shorty[i]));
317
return ::llvm::FunctionType::get(ret_type,
args_type
, false);
/external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h
[
all
...]
gmock-more-actions.h
171
typedef typename ::std::tr1::tuple_element<k,
args_type
>::type argk_type;
/art/compiler/llvm/
gbc_expander.cc
1250
std::vector<llvm::Type*>
args_type
;
local
2684
std::vector<llvm::Type*>
args_type
;
local
[
all
...]
/art/compiler/dex/portable/
mir_to_gbc.cc
1799
std::vector< ::llvm::Type*>
args_type
;
local
[
all
...]
/external/qemu/
monitor.c
68
const char *
args_type
;
member in struct:mon_cmd_t
[
all
...]
/external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc
640
// via
args_type
and args.
642
StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>,
args_type
>();
643
args_type
args_copy = args;
[
all
...]
Completed in 724 milliseconds