OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckOffset
(Results
1 - 3
of
3
) sorted by null
/art/compiler/
output_stream_test.cc
29
void
CheckOffset
(off_t expected) {
40
CheckOffset
(3);
42
CheckOffset
(2);
45
CheckOffset
(4);
47
CheckOffset
(6);
49
CheckOffset
(10);
/art/runtime/
class_linker_test.cc
372
struct
CheckOffset
{
375
CheckOffset
(size_t c, const char* j) : cpp_offset(c), java_name(j) {}
384
std::vector<
CheckOffset
> offsets;
424
CheckOffset
& offset = offsets[i];
438
CheckOffset
& offset = offsets[i];
446
CheckOffset
& offset = offsets[i];
468
offsets.push_back(
CheckOffset
(OFFSETOF_MEMBER(mirror::Object, klass_), "shadow$_klass_"));
469
offsets.push_back(
CheckOffset
(OFFSETOF_MEMBER(mirror::Object, monitor_), "shadow$_monitor_"));
471
offsets.push_back(
CheckOffset
(OFFSETOF_MEMBER(mirror::Object, x_rb_ptr_), "shadow$_x_rb_ptr_"));
472
offsets.push_back(
CheckOffset
(OFFSETOF_MEMBER(mirror::Object, x_xpadding_), "shadow$_x_xpadding_"))
[
all
...]
/external/chromium_org/third_party/ots/src/
cff.cc
160
bool
CheckOffset
(const std::pair<uint32_t, DICT_OPERAND_TYPE>& operand,
584
if (!
CheckOffset
(operands.back(), table_length)) {
600
if (!
CheckOffset
(operands.back(), table_length)) {
626
if (!
CheckOffset
(operands.back(), table_length)) {
653
if (!
CheckOffset
(operands.back(), table_length)) {
683
if (!
CheckOffset
(operands.back(), table_length)) {
Completed in 216 milliseconds