Home | History | Annotate | Download | only in src

Lines Matching refs:Memory

8312     uint32_t table_length = Memory::uint32_at(table_cursor);
8316 uint32_t pc_offset = Memory::uint32_at(table_cursor + kIntSize);
8318 ast_id = static_cast<int>(Memory::uint32_at(table_cursor));
8647 // In Win64 calling convention, a struct of two pointers is returned in memory,
9249 // Allocate a block of memory in NewSpace (filled with a filler).
10541 Handle<Object>(Memory::Object_at(internal_frame_sp),
13318 // entry stub will throw an out-of-memory exception in that case.