OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetC
(Results
1 - 11
of
11
) sorted by null
/art/runtime/
jvalue.h
43
uint16_t
GetC
() const { return c; }
common_dex_operations.h
184
field->SetChar<transaction_active>(obj, value.
GetC
());
jni_internal.cc
[
all
...]
/art/runtime/native/
java_lang_reflect_Field.cc
228
return GetPrimitiveField<Primitive::kPrimChar>(env, javaField, javaObj).
GetC
();
277
o->SetFieldCharVolatile<false>(offset, new_value.
GetC
());
279
o->SetFieldChar<false>(offset, new_value.
GetC
());
/external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc
655
void
GetC
(InterfaceRequest<C> c) override {
694
b->
GetC
(GetProxy(&c));
/art/runtime/interpreter/
interpreter_common.cc
95
shadow_frame.SetVReg(vregA, result.
GetC
());
[
all
...]
/art/runtime/dex/
dex_file_annotations.cc
623
i, new_annotation_value.value_.
GetC
());
[
all
...]
/art/runtime/mirror/
var_handle.cc
376
value->SetC(BSWAP(value->
GetC
()));
[
all
...]
/external/vixl/src/aarch64/
simulator-aarch64.h
[
all
...]
simulator-aarch64.cc
852
ReadNzcv().
GetC
(),
[
all
...]
/external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go
[
all
...]
Completed in 6886 milliseconds