Home
last modified time | relevance | path

Searched defs:GetCodeKind (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stubs.h617 Code::Kind GetCodeKind() const override { return Code::HANDLER; } in GetCodeKind() function
912 Code::Kind GetCodeKind() const override { return Code::CALL_IC; } in GetCodeKind() function
946 Code::Kind GetCodeKind() const override { return Code::HANDLER; } in GetCodeKind() function
965 Code::Kind GetCodeKind() const override { return Code::HANDLER; } in GetCodeKind() function
978 Code::Kind GetCodeKind() const override { return Code::HANDLER; } in GetCodeKind() function
988 Code::Kind GetCodeKind() const override { return Code::HANDLER; } in GetCodeKind() function
1461 Code::Kind GetCodeKind() const override { return Code::BINARY_OP_IC; } in GetCodeKind() function
1506 Code::Kind GetCodeKind() const override { return Code::BINARY_OP_IC; } in GetCodeKind() function
1538 Code::Kind GetCodeKind() const final { return Code::STUB; } in GetCodeKind() function
1616 Code::Kind GetCodeKind() const override { return Code::COMPARE_IC; } in GetCodeKind() function
[all …]
Dcode-stubs.cc94 Code::Kind CodeStub::GetCodeKind() const { in GetCodeKind() function in v8::internal::CodeStub