HomeSort by relevance Sort by last modified time
    Searched full:is_tagged (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/v8/src/
lithium-allocator.cc 628 bool is_tagged) {
642 if (is_tagged) {
823 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local
824 AllocateFixed(first_output, gap_index, is_tagged);
857 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local
858 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
lithium-allocator.h 494 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
  /external/v8/src/
lithium-allocator.cc 615 bool is_tagged) {
629 if (is_tagged) {
804 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local
805 AllocateFixed(first_output, gap_index, is_tagged);
835 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local
836 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
lithium-allocator.h 507 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 266 bool is_tagged,
lithium-codegen-arm.cc 630 bool is_tagged,
664 if (is_tagged) {
674 ASSERT(is_tagged);
679 if (is_tagged) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 270 bool is_tagged,
lithium-codegen-mips.cc 609 bool is_tagged,
643 if (is_tagged) {
653 ASSERT(is_tagged);
658 if (is_tagged) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 237 bool is_tagged,
lithium-codegen-x64.cc 525 bool is_tagged,
559 if (is_tagged) {
569 ASSERT(is_tagged);
574 if (is_tagged) {
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 236 bool is_tagged);
lithium-codegen-arm.cc 524 bool is_tagged) {
531 if (is_tagged) {
539 ASSERT(is_tagged);
544 if (is_tagged) {
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 225 bool is_tagged);
lithium-codegen-ia32.cc 413 bool is_tagged) {
420 if (is_tagged) {
428 ASSERT(is_tagged);
433 if (is_tagged) {
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 236 bool is_tagged);
lithium-codegen-mips.cc 492 bool is_tagged) {
499 if (is_tagged) {
507 ASSERT(is_tagged);
512 if (is_tagged) {
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 216 bool is_tagged);
lithium-codegen-x64.cc 413 bool is_tagged) {
420 if (is_tagged) {
428 ASSERT(is_tagged);
433 if (is_tagged) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 281 bool is_tagged,
lithium-codegen-ia32.cc 903 bool is_tagged,
937 if (is_tagged) {
947 ASSERT(is_tagged);
952 if (is_tagged) {
    [all...]

Completed in 87 milliseconds