Lines Matching refs:address
181 // Returns the address of allocated memory, or NULL if failed.
185 static void Free(void* address, const size_t size);
191 static void Protect(void* address, size_t size);
192 static void Unprotect(void* address, size_t size, bool is_executable);
216 void* address;
290 // Returns the start address of the reserved memory.
291 void* address() {
300 bool Commit(void* address, size_t size, bool is_executable);
303 bool Uncommit(void* address, size_t size);
306 void* address_; // Start address of the virtual memory.
522 Address pc; // Instruction pointer.
523 Address sp; // Stack pointer.
524 Address fp; // Frame pointer.
525 Address function; // The last called JS function.
528 EmbeddedVector<Address, kMaxFramesCount> stack; // Call stack.