Home
last modified time | relevance | path

Searched refs:CollectTypeProfile (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h140 BytecodeArrayBuilder& CollectTypeProfile(int position);
Dbytecodes.h121 V(CollectTypeProfile, AccumulatorUse::kRead, OperandType::kImm) \
Dbytecode-array-builder.cc827 BytecodeArrayBuilder& BytecodeArrayBuilder::CollectTypeProfile(int position) { in CollectTypeProfile() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc1092 builder()->LoadAccumulatorWithRegister(parameter).CollectTypeProfile( in GenerateBytecodeBody()
2653 builder()->CollectTypeProfile(info()->literal()->return_position()); in BuildReturn()
Dinterpreter-generator.cc654 IGNITION_HANDLER(CollectTypeProfile, InterpreterAssembler) { in IGNITION_HANDLER() argument
/external/v8/src/runtime/
Druntime.h316 F(CollectTypeProfile, 3, 1) \