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

  /external/webkit/JavaScriptCore/assembler/
CodeLocation.h 143 return CodeLocationInstruction(reinterpret_cast<char*>(dataLocation()) + offset);
149 return CodeLocationLabel(reinterpret_cast<char*>(dataLocation()) + offset);
155 return CodeLocationJump(reinterpret_cast<char*>(dataLocation()) + offset);
161 return CodeLocationCall(reinterpret_cast<char*>(dataLocation()) + offset);
167 return CodeLocationNearCall(reinterpret_cast<char*>(dataLocation()) + offset);
173 return CodeLocationDataLabelPtr(reinterpret_cast<char*>(dataLocation()) + offset);
179 return CodeLocationDataLabel32(reinterpret_cast<char*>(dataLocation()) + offset);
AbstractMacroAssembler.h 415 return CodePtr(AssemblerType::getRelocatedAddress(ref.m_code.dataLocation(), label.m_label));
482 AssemblerType::linkJump(code, jump.m_jmp, target.dataLocation());
507 AssemblerType::relinkJump(jump.dataLocation(), destination.dataLocation());
512 AssemblerType::relinkCall(nearCall.dataLocation(), destination.executableAddress());
517 AssemblerType::repatchInt32(dataLabel32.dataLocation(), value);
522 AssemblerType::repatchPointer(dataLabelPtr.dataLocation(), value);
527 AssemblerType::repatchLoadPtrToLEA(instruction.dataLocation());
MacroAssemblerCodeRef.h 152 void* dataLocation() const { ASSERT_VALID_CODE_POINTER(m_value); return reinterpret_cast<char*>(m_value) - 1; }
154 void* dataLocation() const { ASSERT_VALID_CODE_POINTER(m_value); return m_value; }
MacroAssemblerX86.h 191 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
196 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
MacroAssemblerX86_64.h 439 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
444 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
MacroAssemblerARM.h 918 ARMAssembler::relinkCall(call.dataLocation(), destination.executableAddress());
923 ARMAssembler::relinkCall(call.dataLocation(), destination.executableAddress());
MacroAssemblerARMv7.h     [all...]
  /external/webkit/JavaScriptCore/jit/
JITCode.h 84 return m_ref.m_code.dataLocation();
102 return JITCode(code.dataLocation(), 0, 0);
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java     [all...]
Camera.java     [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfgIE.c 351 tmpLoc = pCfg->dataLocation;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfgIE.c 351 tmpLoc = pCfg->dataLocation;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxConfig.c 698 tmpLoc = pCfg->dataLocation;
    [all...]

Completed in 277 milliseconds