• Home
  • Raw
  • Download

Lines Matching refs:GetConstantPoolEntry

586   size_t entry = GetConstantPoolEntry(value);  in LoadLiteral()
593 size_t entry = GetConstantPoolEntry(raw_string); in LoadLiteral()
599 size_t entry = GetConstantPoolEntry(scope); in LoadLiteral()
605 size_t entry = GetConstantPoolEntry(bigint); in LoadLiteral()
694 size_t name_index = GetConstantPoolEntry(name); in LoadGlobal()
710 size_t name_index = GetConstantPoolEntry(name); in StoreGlobal()
747 size_t name_index = GetConstantPoolEntry(name); in LoadLookupSlot()
760 size_t name_index = GetConstantPoolEntry(name); in LoadLookupContextSlot()
773 size_t name_index = GetConstantPoolEntry(name); in LoadLookupGlobalSlot()
786 size_t name_index = GetConstantPoolEntry(name); in StoreLookupSlot()
795 size_t name_index = GetConstantPoolEntry(name); in LoadNamedProperty()
846 size_t name_index = GetConstantPoolEntry(name); in StoreNamedProperty()
852 size_t name_index = GetConstantPoolEntry(name); in StoreNamedOwnProperty()
906 size_t entry = GetConstantPoolEntry(scope); in CreateBlockContext()
913 size_t scope_index = GetConstantPoolEntry(scope); in CreateCatchContext()
920 size_t scope_index = GetConstantPoolEntry(scope); in CreateFunctionContext()
927 size_t scope_index = GetConstantPoolEntry(scope); in CreateEvalContext()
934 size_t scope_index = GetConstantPoolEntry(scope); in CreateWithContext()
959 size_t pattern_entry = GetConstantPoolEntry(pattern); in CreateRegExpLiteral()
1224 size_t entry = GetConstantPoolEntry(name); in ThrowReferenceErrorIfHole()
1460 size_t BytecodeArrayBuilder::GetConstantPoolEntry( in GetConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder
1465 size_t BytecodeArrayBuilder::GetConstantPoolEntry(AstBigInt bigint) { in GetConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder
1469 size_t BytecodeArrayBuilder::GetConstantPoolEntry(const Scope* scope) { in GetConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder
1473 size_t BytecodeArrayBuilder::GetConstantPoolEntry(double number) { in GetConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder