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

  /external/v8/src/arm/
full-codegen-arm.cc 534 Heap::RootListIndex value_root_index = local
536 __ LoadRoot(result_register(), value_root_index); local
541 Heap::RootListIndex value_root_index = local
543 __ LoadRoot(ip, value_root_index);
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 517 Heap::RootListIndex value_root_index = local
519 __ LoadRoot(result_register(), value_root_index); local
524 Heap::RootListIndex value_root_index = local
526 __ PushRoot(value_root_index);
    [all...]

Completed in 24 milliseconds