HomeSort by relevance Sort by last modified time
    Searched refs:entry_point (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
log.h 208 static void CallbackEvent(String* name, Address entry_point);
209 static void GetterCallbackEvent(String* name, Address entry_point);
210 static void SetterCallbackEvent(String* name, Address entry_point);
305 Address entry_point);
log.cc 682 Address entry_point) {
687 msg.AppendAddress(entry_point);
699 void Logger::CallbackEvent(String* name, Address entry_point) {
704 CallbackEventInternal("", *str, entry_point);
709 void Logger::GetterCallbackEvent(String* name, Address entry_point) {
714 CallbackEventInternal("get ", *str, entry_point);
719 void Logger::SetterCallbackEvent(String* name, Address entry_point) {
724 CallbackEventInternal("set ", *str, entry_point);
1349 Address entry_point = v8::ToCData<Address>(callback_obj); local
    [all...]
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 98 void **entry_point)
101 *entry_point = dlsym(module, name);
103 if(error == NULL && *entry_point != NULL) {

Completed in 36 milliseconds