HomeSort by relevance Sort by last modified time
    Searched refs:RootListIndex (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/v8/src/
address-map.cc 18 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i);
turbo-assembler.cc 35 Heap::RootListIndex root_index;
87 int32_t TurboAssemblerBase::RootRegisterOffset(Heap::RootListIndex root_index) {
turbo-assembler.h 52 virtual void LoadRoot(Register destination, Heap::RootListIndex index) = 0;
54 static int32_t RootRegisterOffset(Heap::RootListIndex root_index);
handles.cc 37 static_cast<Heap::RootListIndex>(location_ - roots_array_start))) {
163 ->root_handle(static_cast<Heap::RootListIndex>(index))
disassembler.cc 102 Heap::RootListIndex root_index =
103 static_cast<Heap::RootListIndex>(offset_in_roots_table / kPointerSize);
code-stub-assembler.h     [all...]
  /external/v8/src/builtins/
constants-table-builder.cc 29 Heap::RootListIndex root_list_index;
59 Heap::RootListIndex root_list_index;
builtins-promise-gen.h 92 Node* AllocatePromiseReactionJobTask(Heap::RootListIndex map_root_index,
builtins-constructor-gen.cc 239 Heap::RootListIndex context_type;
  /external/v8/src/ia32/
macro-assembler-ia32.h 241 void LoadRoot(Register destination, Heap::RootListIndex index) override;
481 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
484 void CompareRoot(Register with, Heap::RootListIndex index);
485 void CompareRoot(Operand with, Heap::RootListIndex index);
486 void PushRoot(Heap::RootListIndex index);
489 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
494 void JumpIfRoot(Operand with, Heap::RootListIndex index, Label* if_equal,
501 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
507 void JumpIfNotRoot(Operand with, Heap::RootListIndex index,
    [all...]
macro-assembler-ia32.cc 54 void TurboAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
77 Heap::RootListIndex index) {
85 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
95 void MacroAssembler::CompareRoot(Operand with, Heap::RootListIndex index) {
105 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 218 void LoadRoot(Register destination, Heap::RootListIndex index) override;
219 void LoadRoot(Operand destination, Heap::RootListIndex index) {
404 void CompareRoot(Register with, Heap::RootListIndex index);
405 void CompareRoot(Operand with, Heap::RootListIndex index);
544 void PushRoot(Heap::RootListIndex index);
547 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
552 void JumpIfRoot(Operand with, Heap::RootListIndex index, Label* if_equal,
559 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
565 void JumpIfNotRoot(Operand with, Heap::RootListIndex index,
    [all...]
macro-assembler-x64.cc 195 void TurboAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
200 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
205 void TurboAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
210 void TurboAssembler::CompareRoot(Operand with, Heap::RootListIndex index) {
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 484 void LoadRoot(Register destination, Heap::RootListIndex index) override {
487 void LoadRoot(Register destination, Heap::RootListIndex index,
716 void CompareRoot(Register obj, Heap::RootListIndex index);
717 void PushRoot(Heap::RootListIndex index) {
725 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) {
731 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
    [all...]
  /external/v8/src/heap/
heap.h 310 enum RootListIndex {
440 static bool RootCanBeWrittenAfterInitialization(RootListIndex root_index);
829 Object* root(RootListIndex index) { return roots_[index]; }
830 Handle<Object> root_handle(RootListIndex index) {
834 bool IsRootHandle(Handle<T> handle, RootListIndex* index) const {
838 *index = static_cast<RootListIndex>(handle_location - &roots_[0]);
900 bool RootCanBeTreatedAsConstant(RootListIndex root_index);
    [all...]
factory.h 110 Handle<T> NewFixedArrayWithMap(Heap::RootListIndex map_root_index, int length,
116 Handle<T> NewWeakFixedArrayWithMap(Heap::RootListIndex map_root_index,
    [all...]
factory.cc 291 Heap::RootListIndex map_root_index, int length, Object* filler,
304 Handle<T> Factory::NewFixedArrayWithMap(Heap::RootListIndex map_root_index,
316 Handle<T> Factory::NewWeakFixedArrayWithMap(Heap::RootListIndex map_root_index,
339 Heap::RootListIndex, int, PretenureFlag);
342 Factory::NewWeakFixedArrayWithMap<DescriptorArray>(Heap::RootListIndex, int,
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 324 void LoadRoot(Register destination, Heap::RootListIndex index) override {
327 void LoadRoot(Register destination, Heap::RootListIndex index,
    [all...]
  /external/v8/src/snapshot/
deserializer.cc 687 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(id);
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 56 inline MemOperand RootMemOperand(Heap::RootListIndex index) {
258 void LoadRoot(Register destination, Heap::RootListIndex index) override {
261 void LoadRoot(Register destination, Heap::RootListIndex index,
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 226 void Branch(Label* L, Condition cond, Register rs, Heap::RootListIndex index,
796 void LoadRoot(Register destination, Heap::RootListIndex index) override;
797 void LoadRoot(Register destination, Heap::RootListIndex index, Condition cond,
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 243 void Branch(Label* L, Condition cond, Register rs, Heap::RootListIndex index,
766 void LoadRoot(Register destination, Heap::RootListIndex index) override;
767 void LoadRoot(Register destination, Heap::RootListIndex index, Condition cond,
    [all...]
  /external/v8/src/compiler/
code-generator.h 154 Heap::RootListIndex* index_return);
  /external/v8/src/arm64/
macro-assembler-arm64.h     [all...]
macro-assembler-arm64.cc     [all...]

Completed in 825 milliseconds

1 2 3