Home
last modified time | relevance | path

Searched refs:kCallInstruction (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x87/
Dfull-codegen-x87.cc4830 static const byte kCallInstruction = 0xe8; variable
4877 DCHECK_EQ(kCallInstruction, *(call_target_address - 1)); in GetBackEdgeState()
/external/v8/src/x64/
Dfull-codegen-x64.cc4853 static const byte kCallInstruction = 0xe8; variable
4900 DCHECK_EQ(kCallInstruction, *(call_target_address - 1)); in GetBackEdgeState()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc4841 static const byte kCallInstruction = 0xe8; variable
4888 DCHECK_EQ(kCallInstruction, *(call_target_address - 1)); in GetBackEdgeState()