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

  /external/deqp-deps/SPIRV-Tools/source/comp/
huffman_codec.h 128 // |root_handle| is the index of the root node.
129 HuffmanCodec(uint32_t root_handle, std::vector<Node>&& nodes) {
132 assert(root_handle > 0 && root_handle < nodes_.size());
135 root_ = root_handle;
142 // (<root_handle>, {
  /external/swiftshader/third_party/SPIRV-Tools/source/comp/
huffman_codec.h 128 // |root_handle| is the index of the root node.
129 HuffmanCodec(uint32_t root_handle, std::vector<Node>&& nodes) {
132 assert(root_handle > 0 && root_handle < nodes_.size());
135 root_ = root_handle;
142 // (<root_handle>, {
  /external/v8/src/
handles.cc 163 ->root_handle(static_cast<Heap::RootListIndex>(index))
isolate.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 58 Handle<Object> object = isolate()->heap()->root_handle(index);
87 Handle<Object> object = isolate()->heap()->root_handle(index);
97 Handle<Object> object = isolate()->heap()->root_handle(index);
107 Handle<Object> object = isolate()->heap()->root_handle(index);
    [all...]
  /external/v8/src/heap/
heap.h 830 Handle<Object> root_handle(RootListIndex index) { function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
  /external/v8/src/compiler/
code-assembler.cc     [all...]

Completed in 292 milliseconds