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

  /external/v8/src/arm/
lithium-codegen-arm.h 221 bool is_tagged);
lithium-codegen-arm.cc 446 bool is_tagged) {
453 if (is_tagged) {
461 ASSERT(is_tagged);
466 if (is_tagged) {
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 222 bool is_tagged);
lithium-codegen-ia32.cc 373 bool is_tagged) {
380 if (is_tagged) {
388 ASSERT(is_tagged);
393 if (is_tagged) {
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 208 bool is_tagged);
lithium-codegen-x64.cc 405 bool is_tagged) {
412 if (is_tagged) {
420 ASSERT(is_tagged);
425 if (is_tagged) {
    [all...]
  /external/v8/src/
lithium-allocator.cc 621 bool is_tagged) {
635 if (is_tagged) {
808 bool is_tagged = HasTaggedValue(first_output->VirtualRegister()); local
809 AllocateFixed(first_output, gap_index, is_tagged);
839 bool is_tagged = HasTaggedValue(cur_input->VirtualRegister()); local
840 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
lithium-allocator.h 502 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);

Completed in 460 milliseconds