summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_riscv64.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/code_generator_riscv64.h')
-rw-r--r--compiler/optimizing/code_generator_riscv64.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/optimizing/code_generator_riscv64.h b/compiler/optimizing/code_generator_riscv64.h
index 29ccf9dc0b..321403f7f2 100644
--- a/compiler/optimizing/code_generator_riscv64.h
+++ b/compiler/optimizing/code_generator_riscv64.h
@@ -76,9 +76,6 @@ static constexpr int32_t kFClassNaNMinValue = 0x100;
V(StringGetCharsNoCheck) \
V(StringStringIndexOf) \
V(StringStringIndexOfAfter) \
- V(StringNewStringFromBytes) \
- V(StringNewStringFromChars) \
- V(StringNewStringFromString) \
V(StringBufferAppend) \
V(StringBufferLength) \
V(StringBufferToString) \
@@ -94,7 +91,6 @@ static constexpr int32_t kFClassNaNMinValue = 0x100;
V(StringBuilderAppendDouble) \
V(StringBuilderLength) \
V(StringBuilderToString) \
- V(ThreadInterrupted) \
V(CRC32Update) \
V(CRC32UpdateBytes) \
V(CRC32UpdateByteBuffer) \
@@ -642,7 +638,7 @@ class CodeGeneratorRISCV64 : public CodeGenerator {
void GenerateMemoryBarrier(MemBarrierKind kind);
- void MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry);
+ void MaybeIncrementHotness(bool is_frame_entry);
bool CanUseImplicitSuspendCheck() const;