OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGap
(Results
1 - 23
of
23
) sorted by null
/external/v8/src/arm/
assembler-arm-inl.h
316
if (buffer_space() <=
kGap
) {
assembler-arm.h
[
all
...]
macro-assembler-arm.cc
[
all
...]
assembler-arm.cc
[
all
...]
/external/v8/src/mips/
assembler-mips-inl.h
348
if (buffer_space() <=
kGap
) {
assembler-mips.h
943
// Check if there is less than
kGap
bytes available in the buffer.
946
inline bool overflow() const { return pc_ >= reloc_info_writer.pos() -
kGap
; }
[
all
...]
macro-assembler-mips.cc
[
all
...]
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
318
const int
kGap
= 6;
338
kGraphWidth + kHistogramWidth +
kGap
+ 2,
344
SkRect histogram_bounds = SkRect::MakeXYWH(graph_bounds.right() +
kGap
,
/external/chromium_org/v8/src/ia32/
assembler-ia32.h
594
// The relocation writer's position must be
kGap
bytes above the end of
601
static const int
kGap
= 32;
[
all
...]
macro-assembler-ia32.cc
[
all
...]
/external/v8/src/ia32/
assembler-ia32.h
560
// The relocation writer's position must be
kGap
bytes above the end of
567
static const int
kGap
= 32;
[
all
...]
macro-assembler-ia32.cc
[
all
...]
/external/v8/src/x64/
assembler-x64.h
534
// The relocation writer's position must be
kGap
bytes above the end of
541
static const int
kGap
= 32;
[
all
...]
macro-assembler-x64.cc
[
all
...]
/external/chromium_org/v8/src/arm/
assembler-arm-inl.h
383
if (buffer_space() <=
kGap
) {
macro-assembler-arm.cc
[
all
...]
assembler-arm.h
[
all
...]
assembler-arm.cc
[
all
...]
/external/chromium_org/v8/src/mips/
assembler-mips-inl.h
402
if (buffer_space() <=
kGap
) {
assembler-mips.h
901
// Check if there is less than
kGap
bytes available in the buffer.
904
inline bool overflow() const { return pc_ >= reloc_info_writer.pos() -
kGap
; }
[
all
...]
macro-assembler-mips.cc
[
all
...]
/external/chromium_org/v8/src/x64/
assembler-x64.h
541
// The relocation writer's position must be
kGap
bytes above the end of
548
static const int
kGap
= 32;
[
all
...]
macro-assembler-x64.cc
[
all
...]
Completed in 443 milliseconds