Home | History | Annotate | Download | only in jit

Lines Matching refs:stack_map

226                                   uint8_t* stack_map,
241 stack_map,
259 stack_map,
294 static uint32_t GetNumberOfRoots(const uint8_t* stack_map) {
296 // the table itself), in order to be able to fetch it from a `stack_map` pointer.
297 return reinterpret_cast<const uint32_t*>(stack_map)[-1];
301 // Store the length of the table at the end. This will allow fetching it from a `stack_map`
549 uint8_t* stack_map,
563 DCHECK(stack_map != nullptr);
587 code_ptr - stack_map,
644 DCHECK_EQ(FromStackMapToRoots(stack_map), roots_data);
645 DCHECK_LE(roots_data, stack_map);