Home
last modified time | relevance | path

Searched refs:LoadLiteral (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc228 builder()->LoadLiteral(Smi::FromInt(token)); in RecordCommand()
250 builder()->LoadLiteral(Smi::FromInt(kFallthroughToken)); in RecordFallThroughPath()
272 ->LoadLiteral(Smi::FromInt(entry.token)) in ApplyDeferredCommands()
1576 ->LoadLiteral(variable->raw_name()) in VisitVariableDeclaration()
1613 ->LoadLiteral(variable->raw_name()) in VisitFunctionDeclaration()
1636 ->LoadLiteral(Smi::FromInt(entry->module_request)) in VisitModuleNamespaceImports()
2032 builder()->LoadLiteral(Smi::kMinValue); in VisitSwitchStatement()
2041 builder()->LoadLiteral(Smi::kMaxValue); in VisitSwitchStatement()
2341 builder()->LoadLiteral(Smi::zero()); in VisitForInStatement()
2578 ->LoadLiteral(class_nam in BuildClassLiteral()
[all...]
H A Dbytecode-array-builder.h88 BytecodeArrayBuilder& LoadLiteral(Smi value);
89 BytecodeArrayBuilder& LoadLiteral(double value);
90 BytecodeArrayBuilder& LoadLiteral(const AstRawString* raw_string);
91 BytecodeArrayBuilder& LoadLiteral(const Scope* scope);
92 BytecodeArrayBuilder& LoadLiteral(AstBigInt bigint);
H A Dbytecode-array-builder.cc610 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(Smi smi) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
620 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(double value) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
624 LoadLiteral(Smi::FromInt(smi)); in LoadLiteral()
632 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral( in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
639 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(const Scope* scope) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
645 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(AstBigInt bigint) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
/third_party/node/deps/v8/src/codegen/arm64/
H A Ddecoder-arm64.h35 V(LoadLiteral) \
/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.h71 V(LoadLiteral) \
H A Dassembler-aarch64.h8166 void LoadLiteral(const CPURegister& rt, uint64_t imm, LoadLiteralOp op);

Completed in 19 milliseconds