Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h169 BytecodeArrayBuilder& CollectTypeProfile(int position);
Dbytecodes.h127 V(CollectTypeProfile, AccumulatorUse::kRead, OperandType::kImm) \
Dbytecode-array-builder.cc879 BytecodeArrayBuilder& BytecodeArrayBuilder::CollectTypeProfile(int position) { in CollectTypeProfile() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc731 IGNITION_HANDLER(CollectTypeProfile, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc1352 builder()->LoadAccumulatorWithRegister(parameter).CollectTypeProfile( in GenerateBytecodeBody()
3215 builder()->CollectTypeProfile(info()->literal()->return_position()); in BuildReturn()
/external/v8/src/runtime/
Druntime.h291 F(CollectTypeProfile, 3, 1) \
/external/v8/src/compiler/
Dserializer-for-background-compilation.cc90 V(CollectTypeProfile) \