Home
last modified time | relevance | path

Searched refs:FromByte (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-iterator.h91 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode()
166 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in UpdateOperandScale()
H A Dbytecode-array-writer.cc352 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith8BitOperand()
380 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith16BitOperand()
413 Bytecodes::FromByte(bytecodes()->at(jump_location)))); in PatchJumpWith32BitOperand()
430 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJump()
441 Bytecodes::FromByte(bytecodes()->at(jump_location + prefix_offset)); in PatchJump()
H A Dbytecode-decoder.cc97 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()
103 bytecode = Bytecodes::FromByte(bytecode_start[1]); in Decode()
H A Dinterpreter.cc338 f(Bytecodes::FromByte(i), operand_scale); in ForEachBytecode()
412 Bytecode from_bytecode = Bytecodes::FromByte(from_index); in GetDispatchCountersObject()
417 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject()
H A Dbytecode-array-iterator.cc49 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(*cursor); in ApplyDebugBreak()
H A Dbytecodes.h585 static Bytecode FromByte(uint8_t value) { in FromByte() function in v8::internal::interpreter::Bytecode::final
/third_party/node/deps/v8/src/objects/
H A Dproperty-details.h482 static PropertyDetails FromByte(uint8_t encoded_details) {
H A Dswiss-name-dictionary-inl.h329 return PropertyDetails::FromByte(encoded_details); in DetailsAt()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc81 Bytecode bytecode = Bytecodes::FromByte(bytecode_array.get(bytecode_offset)); in RUNTIME_FUNCTION_RETURN_PAIR()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc290 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset())); in GetDebugBreakType()
295 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset() + 1)); in GetDebugBreakType()

Completed in 13 milliseconds