OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_end_
(Results
1 - 5
of
5
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/lib/
validation_context.cc
22
data_end_
(data_begin_ + data_num_bytes),
29
// Check whether the calculation of |
data_end_
| or static_cast from size_t to
32
if (
data_end_
< data_begin_) {
34
data_end_
= data_begin_;
buffer.h
33
data_end_
= cursor_ + size;
48
if (cursor_ >
data_end_
|| cursor_ < result) {
62
uintptr_t
data_end_
= 0;
member in class:mojo::internal::Buffer
validation_context.h
142
return end > begin && begin >= data_begin_ && end <=
data_end_
;
148
// [data_begin_,
data_end_
) is the valid memory range.
150
uintptr_t
data_end_
;
member in class:mojo::internal::ValidationContext
/art/runtime/jit/
jit_code_cache.cc
268
data_end_
(initial_data_capacity),
286
data_mspace_ = create_mspace_with_base(data_map_->Begin(),
data_end_
, false /*locked*/);
[
all
...]
jit_code_cache.h
408
size_t
data_end_
GUARDED_BY(lock_);
Completed in 280 milliseconds