diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-05-12 12:40:07 +0800 |
---|---|---|
committer | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-05-14 16:31:56 +0800 |
commit | e10048ad742f1d055b40bc7209135585f967674e (patch) | |
tree | 4fc58acf328d2cf9705f8ca639dcbb4ce605dae0 /js/src/jit/mips64/Assembler-mips64.h | |
parent | a2fa84a6673da89aaddf372dbf76edd037375e2e (diff) | |
download | uxp-e10048ad742f1d055b40bc7209135585f967674e.tar.gz |
Bug 1271968 - IonMonkey: MIPS: Merge Assembler::bind.
Tag: #1542
Diffstat (limited to 'js/src/jit/mips64/Assembler-mips64.h')
-rw-r--r-- | js/src/jit/mips64/Assembler-mips64.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/src/jit/mips64/Assembler-mips64.h b/js/src/jit/mips64/Assembler-mips64.h index 5cb9d1239a..6561ba6c4e 100644 --- a/js/src/jit/mips64/Assembler-mips64.h +++ b/js/src/jit/mips64/Assembler-mips64.h @@ -143,16 +143,11 @@ class Assembler : public AssemblerMIPSShared static uintptr_t GetPointer(uint8_t*); - using AssemblerMIPSShared::bind; - - void bind(RepatchLabel* label); void Bind(uint8_t* rawCode, CodeOffset* label, const void* address); static void TraceJumpRelocations(JSTracer* trc, JitCode* code, CompactBufferReader& reader); static void TraceDataRelocations(JSTracer* trc, JitCode* code, CompactBufferReader& reader); - void bind(InstImm* inst, uintptr_t branch, uintptr_t target); - static uint32_t PatchWrite_NearCallSize(); static uint64_t ExtractLoad64Value(Instruction* inst0); |