Searched defs:callReturnLocation (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DStructureStubInfo.h165 CodeLocationCall callReturnLocation; member in struct:JSC::StructureStubInfo
H A DCodeBlock.h103 CodeLocationNearCall callReturnLocation; member in struct:JSC::CallLinkInfo
146 CodeLocationCall callReturnLocation; member in struct:JSC::MethodCallLinkInfo
183 return structureStubInfo->callReturnLocation.executableAddress();
188 return callLinkInfo->callReturnLocation.executableAddress();
193 return methodCallLinkInfo->callReturnLocation.executableAddress();
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h143 MacroAssembler::Call callReturnLocation; member in struct:JSC::PropertyStubCompilationInfo
150 MacroAssembler::Call callReturnLocation; member in struct:JSC::StructureStubCompilationInfo

Completed in 58 milliseconds