Home
last modified time | relevance | path

Searched refs:caller_info (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc30 void VerifyAllocatedGaps(const Instruction* instr, const char* caller_info) { in VerifyAllocatedGaps() argument
41 caller_info); in VerifyAllocatedGaps()
42 CHECK_WITH_MSG(move->destination().IsAllocated(), caller_info); in VerifyAllocatedGaps()
130 void RegisterAllocatorVerifier::VerifyAssignment(const char* caller_info) { in VerifyAssignment() argument
131 caller_info_ = caller_info; in VerifyAssignment()
H A Dregister-allocator-verifier.h206 void VerifyAssignment(const char* caller_info);

Completed in 4 milliseconds