Searched refs:link_to (Results 1 - 10 of 10) sorted by relevance

/external/chromium/base/
H A Dfile_util_unittest.cc568 FilePath link_to = temp_dir_.path().Append(FPL("to_file")); local
569 CreateTextFile(link_to, bogus_content);
571 ASSERT_TRUE(file_util::CreateSymbolicLink(link_to, link_from))
581 ASSERT_EQ(link_to.value(), result.value());
585 link_to = temp_dir_.path().Append(FPL("to_dir"));
586 file_util::CreateDirectory(link_to);
588 ASSERT_TRUE(file_util::CreateSymbolicLink(link_to, link_from))
592 ASSERT_FALSE(file_util::CreateSymbolicLink(link_to, link_to));
593 ASSERT_FALSE(file_util::ReadSymbolicLink(link_to,
609 FilePath link_to = temp_dir_.path().Append(FPL("to_file")); local
[all...]
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h405 L->link_to(pc_offset());
417 L->link_to(pc_offset(), Label::kNear);
H A Dassembler-ia32.h420 n > 0 ? L->link_to(n) : L->Unuse();
422 void link_to(Label* L) { init(L, type()); }
H A Dassembler-ia32.cc1379 L->link_to(fixup_pos + offset_to_next, Label::kNear);
/external/v8/src/
H A Dregexp-macro-assembler-irregexp.cc85 l->link_to(pc_);
H A Dassembler.h126 void link_to(int pos, Distance distance = kFar) { function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/x64/
H A Dassembler-x64.cc473 L->link_to(fixup_pos + offset_to_next, Label::kNear);
866 L->link_to(pc_offset() - sizeof(int32_t));
871 L->link_to(current);
1254 L->link_to(pc_offset(), Label::kNear);
1261 L->link_to(pc_offset() - sizeof(int32_t));
1268 L->link_to(current);
1309 L->link_to(pc_offset(), Label::kNear);
1315 L->link_to(pc_offset() - long_size);
1322 L->link_to(current);
1578 src->link_to(pc_offse
[all...]
/external/v8/src/mips/
H A Dassembler-mips.cc834 L->link_to(link);
990 L->link_to(pc_offset());
992 L->link_to(pc_offset());
1012 L->link_to(pc_offset());
1014 L->link_to(pc_offset());
1052 L->link_to(at_offset);
/external/v8/src/arm/
H A Dassembler-arm.cc669 void Assembler::link_to(Label* L, Label* appendix) { function in class:v8::internal::Assembler
703 L->link_to(link);
999 L->link_to(pc_offset());
1019 L->link_to(at_offset);
H A Dassembler-arm.h1416 void link_to(Label* L, Label* appendix);

Completed in 198 milliseconds