Home
last modified time | relevance | path

Searched refs:CodeLocationCommon (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DCodeLocation.h56 class CodeLocationCommon : public MacroAssemblerCodePtr {
67 CodeLocationCommon() in CodeLocationCommon() function
71 CodeLocationCommon(MacroAssemblerCodePtr location) in CodeLocationCommon() function
77 class CodeLocationInstruction : public CodeLocationCommon {
81 : CodeLocationCommon(location) {} in CodeLocationInstruction()
83 : CodeLocationCommon(MacroAssemblerCodePtr(location)) {} in CodeLocationInstruction()
86 class CodeLocationLabel : public CodeLocationCommon {
90 : CodeLocationCommon(location) {} in CodeLocationLabel()
92 : CodeLocationCommon(MacroAssemblerCodePtr(location)) {} in CodeLocationLabel()
95 class CodeLocationJump : public CodeLocationCommon {
[all …]
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1655 (JSC::CodeLocationCommon::CodeLocationCommon):
63 (JSC::CodeLocationCommon::instructionAtOffset):
64 (JSC::CodeLocationCommon::labelAtOffset):
65 (JSC::CodeLocationCommon::jumpAtOffset):
66 (JSC::CodeLocationCommon::callAtOffset):
67 (JSC::CodeLocationCommon::nearCallAtOffset):
68 (JSC::CodeLocationCommon::dataLabelPtrAtOffset):
69 (JSC::CodeLocationCommon::dataLabel32AtOffset):
907 (JSC::AbstractMacroAssembler::CodeLocationCommon::CodeLocationCommon):
908 (JSC::AbstractMacroAssembler::CodeLocationCommon::dataLocation):
[all …]