OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetB
(Results
1 - 6
of
6
) sorted by null
/external/llvm/unittests/IR/
AttributesTest.cpp
30
AttributeSet
SetB
= AttributeSet::get(C, ASs);
31
EXPECT_EQ(SetA,
SetB
);
43
AttributeSet
SetB
= SetA.removeAttributes(C, 1, ASs[1]);
44
EXPECT_NE(SetA,
SetB
);
/art/runtime/
jvalue.h
34
void
SetB
(int8_t new_b) {
reflection.cc
140
dst.
SetB
(src.GetB());
335
boxed_value.
SetB
(primitive_field->GetByte(o));
jni_internal_test.cc
147
result.
SetB
(-1);
152
result.
SetB
(0);
157
result.
SetB
(0);
162
result.
SetB
(0);
[
all
...]
/art/runtime/native/
java_lang_reflect_Field.cc
43
value.
SetB
(f->GetByte(o));
278
value.
SetB
(b);
/art/runtime/interpreter/
interpreter.cc
265
result->
SetB
(fn(soa.Env(), klass.get(), args[0]));
[
all
...]
Completed in 572 milliseconds