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

  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 413 static CodePtr trampolineAt(CodeRef ref, Label label)
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 372 trampolines->ctiVirtualCall = trampolineAt(finalCode, virtualCallBegin);
373 trampolines->ctiNativeCallThunk = trampolineAt(finalCode, nativeCallThunk);
375 trampolines->ctiStringLengthTrampoline = trampolineAt(finalCode, stringLengthBegin);
380 trampolines->ctiVirtualCallLink = trampolineAt(finalCode, virtualCallLinkBegin);
385 trampolines->ctiSoftModulo = trampolineAt(finalCode, softModBegin);
    [all...]

Completed in 29 milliseconds