Home | History | Annotate | Download | only in cctest

Lines Matching refs:Address

919 static void CheckReturnValue(const T& t, i::Address callback) {
945 i::Address callback) {
1107 static i::Address address_of(v8::FunctionCallback callback) {
2758 // code is based on the address.
2771 // Make sure that the identity hash is not based on the initial address of
13960 void InsertSymbolAt(i::Address addr, SymbolInfo* symbol);
13963 SymbolInfo* FindSymbolForAddr(i::Address addr);
13973 typedef std::map<i::Address, SymbolInfo*> SymbolLocationMap;
13985 static bool Overlaps(i::Address start, size_t len, i::Address addr) {
13992 void SetFunctionEntryHookTest::InsertSymbolAt(i::Address addr,
14034 InsertSymbolAt(reinterpret_cast<i::Address>(event->code_start), &info);
14048 reinterpret_cast<i::Address>(event->code_start)));
14053 InsertSymbolAt(reinterpret_cast<i::Address>(event->new_code_start),
14066 reinterpret_cast<i::Address>(function));
14070 i::Address caller = *reinterpret_cast<i::Address*>(return_addr_location);
14075 FindSymbolForAddr(reinterpret_cast<i::Address>(function));
14094 SymbolInfo* SetFunctionEntryHookTest::FindSymbolForAddr(i::Address addr) {
17888 // Uses the address of a local variable to determine the stack top now.
17889 // Given a size, returns an address that is that far from the current
17894 // memory then the calculation above may wrap around and give an address
17896 // a very low address.