Searched refs:thunkKind (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntThunks.cpp41 static MacroAssemblerCodeRef generateThunkWithJumpTo(VM* vm, void (*target)(), const char *thunkKind) argument
50 return FINALIZE_CODE(patchBuffer, ("LLInt %s prologue thunk", thunkKind));
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DSpecializedThunkJIT.h133 MacroAssemblerCodeRef finalize(VM& vm, MacroAssemblerCodePtr fallback, const char* thunkKind) argument
139 return FINALIZE_CODE(patchBuffer, ("Specialized thunk for %s", thunkKind));

Completed in 63 milliseconds