OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noinline
(Results
51 - 75
of
1348
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/551-checker-shifter-operand/src/
Main.java
53
static char $
noinline
$byteToChar (byte v) { if (doThrow) throw new Error(); return (char)v; }
54
static short $
noinline
$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; }
55
static int $
noinline
$byteToInt (byte v) { if (doThrow) throw new Error(); return (int)v; }
56
static long $
noinline
$byteToLong (byte v) { if (doThrow) throw new Error(); return (long)v; }
57
static byte $
noinline
$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; }
58
static short $
noinline
$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; }
59
static int $
noinline
$charToInt (char v) { if (doThrow) throw new Error(); return (int)v; }
60
static long $
noinline
$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; }
61
static byte $
noinline
$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; }
62
static char $
noinline
$shortToChar (short v) { if (doThrow) throw new Error(); return (char)v;
[
all
...]
/external/elfutils/tests/
testfile_const_type.c
3
__attribute__((
noinline
, noclone)) int
testfile_implicit_pointer.c
3
static __attribute__((
noinline
, noclone)) int foo (int i)
testfile_implicit_value.c
3
static __attribute__((
noinline
, noclone)) int foo ()
/external/llvm/test/Transforms/Inline/
2008-09-02-NoInline.ll
3
define i32 @fn2()
noinline
{
/external/swiftshader/third_party/LLVM/test/Assembler/
2008-09-02-FunctionNotes.ll
8
define void @fn2()
noinline
{
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
2008-09-02-NoInline.ll
3
define i32 @fn2()
noinline
{
/external/valgrind/memcheck/tests/solaris/
scalar_shm_new.c
8
__attribute__((
noinline
))
15
__attribute__((
noinline
))
22
__attribute__((
noinline
))
29
__attribute__((
noinline
))
scalar_utimesys.c
7
__attribute__((
noinline
))
14
__attribute__((
noinline
))
21
__attribute__((
noinline
))
28
__attribute__((
noinline
))
/system/extras/simpleperf/runtest/
run_and_sleep.cpp
6
#define
noinline
__attribute__((__noinline__))
macro
16
uint64_t
noinline
RunFunction() {
23
uint64_t
noinline
SleepFunction(unsigned long long sleep_time_in_ns) {
32
void
noinline
GlobalFunction() {
/toolchain/binutils/binutils-2.27/gold/testsuite/
defsym_test.c
3
void foo (void) __attribute__ ((
noinline
, visibility ("hidden")));
ifuncmain7.c
30
extern foo_p __attribute__ ((
noinline
)) get_foo_p (void);
31
extern foo_p __attribute__ ((
noinline
)) get_foo (void);
36
__attribute__ ((
noinline
))
43
__attribute__ ((
noinline
))
/prebuilts/go/darwin-x86/test/
phiopt.go
10
//go:
noinline
21
//go:
noinline
32
//go:
noinline
41
//go:
noinline
50
//go:
noinline
55
//go:
noinline
66
//go:
noinline
77
//go:
noinline
87
//go:
noinline
97
//go:
noinline
[
all
...]
/prebuilts/go/linux-x86/test/
phiopt.go
10
//go:
noinline
21
//go:
noinline
32
//go:
noinline
41
//go:
noinline
50
//go:
noinline
55
//go:
noinline
66
//go:
noinline
77
//go:
noinline
87
//go:
noinline
97
//go:
noinline
[
all
...]
/art/test/551-implicit-null-checks/src/
Main.java
28
m.$opt$
noinline
$testGetLong();
33
m.$opt$
noinline
$testPutLong(778899112233L);
38
m.$opt$
noinline
$testGetDouble();
43
m.$opt$
noinline
$testPutDouble(1.0);
49
public void $opt$
noinline
$testGetLong() throws Exception {
54
public void $opt$
noinline
$testPutLong(long a) throws Exception {
59
public void $opt$
noinline
$testGetDouble() throws Exception {
64
public void $opt$
noinline
$testPutDouble(double a) throws Exception {
/prebuilts/go/darwin-x86/test/fixedbugs/issue4964.dir/
a.go
13
//go:
noinline
18
//go:
noinline
/prebuilts/go/linux-x86/test/fixedbugs/issue4964.dir/
a.go
13
//go:
noinline
18
//go:
noinline
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr18718.c
15
__attribute__ ((
noinline
, noclone))
17
__attribute__ ((
noinline
))
pr18720a.c
9
__attribute__ ((
noinline
, noclone))
11
__attribute__ ((
noinline
))
/external/valgrind/massif/tests/
overloaded-new.cpp
17
__attribute__((
noinline
)) void* operator new (std::size_t n)
22
__attribute__((
noinline
)) void* operator new (std::size_t n, std::nothrow_t const &)
27
__attribute__((
noinline
)) void* operator new[] (std::size_t n)
32
__attribute__((
noinline
)) void* operator new[] (std::size_t n, std::nothrow_t const &)
37
__attribute__((
noinline
)) void operator delete (void* p)
42
__attribute__((
noinline
)) void operator delete[] (void* p)
/external/valgrind/memcheck/tests/
origin2-not-quite.c
16
__attribute__((
noinline
)) int t1(void);
17
__attribute__((
noinline
)) int t2(void);
18
__attribute__((
noinline
)) int t3(void);
32
__attribute__((
noinline
)) int t1(void)
41
__attribute__((
noinline
)) int t2(void)
50
__attribute__((
noinline
)) int t3(void)
/prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_s390x.go
10
//go:
noinline
16
//go:
noinline
22
//go:
noinline
27
//go:
noinline
33
//go:
noinline
40
//go:
noinline
/prebuilts/go/darwin-x86/test/fixedbugs/
issue18808.go
11
//go:
noinline
19
//go:
noinline
26
//go:
noinline
34
//go:
noinline
42
//go:
noinline
49
//go:
noinline
/prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_s390x.go
10
//go:
noinline
16
//go:
noinline
22
//go:
noinline
27
//go:
noinline
33
//go:
noinline
40
//go:
noinline
/prebuilts/go/linux-x86/test/fixedbugs/
issue18808.go
11
//go:
noinline
19
//go:
noinline
26
//go:
noinline
34
//go:
noinline
42
//go:
noinline
49
//go:
noinline
Completed in 1648 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>