Searched refs:HTypeof (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h6439 class HTypeof final : public HTemplateInstruction<2> {
6441 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P1(HTypeof, HValue*);
6455 explicit HTypeof(HValue* context, HValue* value) { function in class:final::final
H A Dhydrogen-instructions.cc1466 std::ostream& HTypeof::PrintDataTo(std::ostream& os) const { // NOLINT
H A Dhydrogen.cc10314 HInstruction* instr = New<HTypeof>(value);
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc2301 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc2308 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc2370 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc2248 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc2253 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc2270 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc2084 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc2372 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc2372 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {

Completed in 6288 milliseconds