Searched refs:instruction_size (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h464 // @param instruction_size Size of the instruction in bytes.
468 unsigned int instruction_size);
475 // @param instruction_size Size of the instruction in bytes.
479 unsigned int instruction_size);
486 // @param instruction_size Size of the instruction in bytes.
490 unsigned int instruction_size);
497 // @param instruction_size Size of the instruction in bytes.
501 unsigned int instruction_size);
508 // @param instruction_size Size of the instruction in bytes.
512 unsigned int instruction_size);
[all...]
H A Dpreamble_patcher.cc534 unsigned int instruction_size) {
535 return (*(target) & 0x70) == 0x70 && instruction_size == 2;
540 unsigned int instruction_size) {
542 instruction_size == 6;
547 unsigned int instruction_size) {
548 return *(target) == 0xe9 && instruction_size == 5;
553 unsigned int instruction_size) {
555 instruction_size == 6;
560 unsigned int instruction_size) {
561 return *(target) == 0xe8 && instruction_size
532 IsShortConditionalJump( unsigned char* target, unsigned int instruction_size) argument
538 IsNearConditionalJump( unsigned char* target, unsigned int instruction_size) argument
545 IsNearRelativeJump( unsigned char* target, unsigned int instruction_size) argument
551 IsNearAbsoluteCall( unsigned char* target, unsigned int instruction_size) argument
558 IsNearRelativeCall( unsigned char* target, unsigned int instruction_size) argument
564 IsMovWithDisplacement( unsigned char* target, unsigned int instruction_size) argument
572 PatchShortConditionalJump( unsigned char* source, unsigned int instruction_size, unsigned char* target, unsigned int* target_bytes, unsigned int target_size) argument
603 PatchNearJumpOrCall( unsigned char* source, unsigned int instruction_size, unsigned char* target, unsigned int* target_bytes, unsigned int target_size) argument
654 PatchMovWithDisplacement( unsigned char* source, unsigned int instruction_size, unsigned char* target, unsigned int* target_bytes, unsigned int target_size) argument
[all...]
H A Dpreamble_patcher_test.cc116 unsigned int instruction_size = 0; local
125 reinterpret_cast<unsigned char *>(target) + instruction_size,
126 instruction_size);
225 unsigned int instruction_size = 0; local
228 instruction_size));
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.h464 // @param instruction_size Size of the instruction in bytes.
468 unsigned int instruction_size);
475 // @param instruction_size Size of the instruction in bytes.
479 unsigned int instruction_size);
486 // @param instruction_size Size of the instruction in bytes.
490 unsigned int instruction_size);
497 // @param instruction_size Size of the instruction in bytes.
501 unsigned int instruction_size);
508 // @param instruction_size Size of the instruction in bytes.
512 unsigned int instruction_size);
[all...]
H A Dpreamble_patcher.cc534 unsigned int instruction_size) {
535 return (*(target) & 0x70) == 0x70 && instruction_size == 2;
540 unsigned int instruction_size) {
542 instruction_size == 6;
547 unsigned int instruction_size) {
548 return *(target) == 0xe9 && instruction_size == 5;
553 unsigned int instruction_size) {
555 instruction_size == 6;
560 unsigned int instruction_size) {
561 return *(target) == 0xe8 && instruction_size
532 IsShortConditionalJump( unsigned char* target, unsigned int instruction_size) argument
538 IsNearConditionalJump( unsigned char* target, unsigned int instruction_size) argument
545 IsNearRelativeJump( unsigned char* target, unsigned int instruction_size) argument
551 IsNearAbsoluteCall( unsigned char* target, unsigned int instruction_size) argument
558 IsNearRelativeCall( unsigned char* target, unsigned int instruction_size) argument
564 IsMovWithDisplacement( unsigned char* target, unsigned int instruction_size) argument
572 PatchShortConditionalJump( unsigned char* source, unsigned int instruction_size, unsigned char* target, unsigned int* target_bytes, unsigned int target_size) argument
603 PatchNearJumpOrCall( unsigned char* source, unsigned int instruction_size, unsigned char* target, unsigned int* target_bytes, unsigned int target_size) argument
654 PatchMovWithDisplacement( unsigned char* source, unsigned int instruction_size, unsigned char* target, unsigned int* target_bytes, unsigned int target_size) argument
[all...]
H A Dpreamble_patcher_test.cc116 unsigned int instruction_size = 0; local
125 reinterpret_cast<unsigned char *>(target) + instruction_size,
126 instruction_size);
225 unsigned int instruction_size = 0; local
228 instruction_size));
/external/chromium_org/sdch/open-vcdiff/src/
H A Ddecodetable.cc61 int32_t instruction_size = 0; local
70 instruction_size = code_table_data_->size2[opcode];
87 instruction_size = code_table_data_->size1[opcode];
93 if (instruction_size == 0) {
108 *size = instruction_size;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc474 unsigned int instruction_size = 0; local
480 if (!Read255UShort(&glyph_stream, &instruction_size)) {
483 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
486 Store16(glyf_dst, glyph_size, instruction_size);
488 instruction_size)) {
491 glyph_size += instruction_size + 2;
544 unsigned int instruction_size; local
545 if (!Read255UShort(&glyph_stream, &instruction_size)) {
549 instruction_size + 2) {
553 Store16(instruction_dst, 0, instruction_size);
[all...]
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc581 unsigned int instruction_size = 0; local
587 if (!Read255UShort(&glyph_stream, &instruction_size)) {
590 // No integer overflow here (instruction_size < 2^16).
591 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
594 Store16(glyf_dst, glyph_size, instruction_size);
596 instruction_size)) {
599 glyph_size += instruction_size + 2;
652 unsigned int instruction_size; local
653 if (!Read255UShort(&glyph_stream, &instruction_size)) {
656 // No integer overflow here (instruction_size <
[all...]
/external/chromium_org/v8/src/
H A Dperf-jit.cc87 : code->instruction_size();
H A Dcodegen.cc156 code->instruction_size());
158 code->instruction_size());
H A Ddisassembler.cc60 if (0 <= offs && offs < code_->instruction_size()) {
311 : code->instruction_size();
H A Druntime-profiler.cc258 shared_code->instruction_size() < kMaxSizeEarlyOpt) {
H A Dlog.cc290 code->instruction_size(), length, name);
423 event.code_size = code->instruction_size();
428 code->instruction_size());
511 event.code_len = code->instruction_size();
529 event.code_len = from_code->instruction_size();
549 event.code_len = from_code->instruction_size();
H A Dcode-stubs.cc82 counters->total_stubs_code_size()->Increment(code->instruction_size());
H A Ddebug.cc1824 frame_code->instruction_size(),
1825 frame_code->instruction_size(),
1828 new_code->instruction_size(),
1829 new_code->instruction_size(),
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h150 stub->instruction_size());
H A Dregexp-macro-assembler-arm.cc1074 re_code->instruction_start() + re_code->instruction_size());
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-ia32.cc177 code->instruction_start() + code->instruction_size());
207 code->instruction_start() + code->instruction_size());
270 code->instruction_start() + code->instruction_size());
H A Dtest-compiler.cc415 Min(f->code()->instruction_size(),
H A Dtest-disasm-x87.cc412 byte* end = begin + code->instruction_size();
H A Dtest-disasm-ia32.cc485 byte* end = begin + code->instruction_size();
H A Dtest-disasm-x64.cc448 byte* end = begin + code->instruction_size();
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h192 stub->instruction_size());
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.h194 stub->instruction_size());

Completed in 1123 milliseconds

12