OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetReference
(Results
1 - 9
of
9
) sorted by null
/art/runtime/
handle.h
73
ALWAYS_INLINE StackReference<mirror::Object>*
GetReference
() {
77
ALWAYS_INLINE const StackReference<mirror::Object>*
GetReference
() const {
125
StackReference<mirror::Object>* ref = Handle<T>::
GetReference
();
handle_scope-inl.h
67
inline mirror::Object* HandleScope::
GetReference
(size_t i) const {
indirect_reference_table.h
209
GcRoot<mirror::Object>*
GetReference
() {
241
return table_[i_].
GetReference
();
/external/webrtc/webrtc/base/
fakesslidentity.h
39
virtual FakeSSLCertificate*
GetReference
() const {
83
return cert.
GetReference
();
97
virtual FakeSSLIdentity*
GetReference
() const {
opensslidentity.cc
177
OpenSSLKeyPair* OpenSSLKeyPair::
GetReference
() {
328
OpenSSLCertificate* OpenSSLCertificate::
GetReference
() const {
465
OpenSSLIdentity* OpenSSLIdentity::
GetReference
() const {
466
return new OpenSSLIdentity(key_pair_->
GetReference
(),
467
certificate_->
GetReference
());
/external/v8/include/
v8-util.h
234
* Helper class for
GetReference
/SetWithReference. Do not use outside
285
PersistentValueReference
GetReference
(const K& key) {
395
* Restrictions of
GetReference
apply here as well.
467
* Restrictions of
GetReference
apply here as well.
/art/compiler/optimizing/
load_store_elimination.cc
84
HInstruction*
GetReference
() const {
217
if (ref_info->
GetReference
() == ref) {
295
if (ref_info1->
GetReference
()->IsNewInstance() || ref_info1->
GetReference
()->IsNewArray()) {
802
HNewInstance* new_instance = ref_info->
GetReference
()->AsNewInstance();
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sad_test.cc
84
virtual uint8_t*
GetReference
(int block_idx) {
92
const uint8_t* const reference =
GetReference
(block_idx);
139
const uint8_t* const reference =
GetReference
(block_idx);
169
const uint8_t* refs[] = {
GetReference
(0),
GetReference
(1),
170
GetReference
(2),
GetReference
(3)};
200
FillConstant(
GetReference
(0), reference_stride_, 255);
201
FillConstant(
GetReference
(1), reference_stride_, 255);
202
FillConstant(
GetReference
(2), reference_stride_, 255)
[
all
...]
/external/libvpx/libvpx/test/
sad_test.cc
118
virtual uint8_t *
GetReference
(int block_idx) {
131
const uint8_t *const reference8 =
GetReference
(block_idx);
135
CONVERT_TO_SHORTPTR(
GetReference
(block_idx));
159
const uint8_t *const reference8 =
GetReference
(block_idx);
164
CONVERT_TO_SHORTPTR(
GetReference
(block_idx));
250
const uint8_t *references[] = {
GetReference
(0),
GetReference
(1),
251
GetReference
(2),
GetReference
(3)};
279
const uint8_t *const reference =
GetReference
(block_idx)
[
all
...]
Completed in 1033 milliseconds