Home
last modified time | relevance | path

Searched refs:nativeCode (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
DPluginDebugAndroid.cpp75 evt->data.key.nativeCode, evt->data.key.virtualCode, in anp_logPluginEvent()
Dandroid_npapi.h969 ANPKeyCode nativeCode; member
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp223 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : (void*)ctiOpThrowNotCaugh… in lookupExceptionHandler()
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp377 evt.data.key.nativeCode = pke->nativeVirtualKeyCode(); in handleKeyboardEvent()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h76 CodeLocationLabel nativeCode; member
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp548 handler.nativeCode = patchBuffer.locationOf(m_labels[handler.target]); in privateCompile()
DJITStubs.cpp1047 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : FunctionPtr(ctiOpThrowNot… in jitThrow()