Home
last modified time | relevance | path

Searched refs:callback_obj (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dmessages.cc151 Foreign* callback_obj = Foreign::cast(listener->get(0)); in ReportMessageNoExceptions() local
158 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address()); in ReportMessageNoExceptions()
Dlog.cc2227 Object* callback_obj = call_data->callback(); in LogExistingFunction() local
2228 Address entry_point = v8::ToCData<Address>(callback_obj); in LogExistingFunction()
Dapi.cc8908 i::Foreign* callback_obj = i::Foreign::cast(listener->get(0)); in RemoveMessageListeners() local
8909 if (callback_obj->foreign_address() == FUNCTION_ADDR(that)) { in RemoveMessageListeners()
/external/v8/src/profiler/
Dheap-snapshot-generator.h417 Object* callback_obj, int field_offset = -1);
Dheap-snapshot-generator.cc1495 Object* callback_obj, in ExtractAccessorPairProperty() argument
1497 if (!callback_obj->IsAccessorPair()) return; in ExtractAccessorPairProperty()
1498 AccessorPair* accessors = AccessorPair::cast(callback_obj); in ExtractAccessorPairProperty()