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

/external/webkit/Source/JavaScriptCore/assembler/
H A DCodeLocation.h36 class CodeLocationLabel;
57 CodeLocationLabel labelAtOffset(int offset);
84 class CodeLocationLabel : public CodeLocationCommon { class in namespace:JSC
86 CodeLocationLabel() {} function in class:JSC::CodeLocationLabel
87 explicit CodeLocationLabel(MacroAssemblerCodePtr location) function in class:JSC::CodeLocationLabel
89 explicit CodeLocationLabel(void* location) function in class:JSC::CodeLocationLabel
144 inline CodeLocationLabel CodeLocationCommon::labelAtOffset(int offset)
147 return CodeLocationLabel(reinterpret_cast<char*>(dataLocation()) + offset);

Completed in 148 milliseconds