MCPcopy Create free account
hub / github.com/apache/impala / CodegenStoreNonNullAnyVal

Method CodegenStoreNonNullAnyVal

be/src/runtime/descriptors.cc:1074–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072}
1073
1074void SlotDescriptor::CodegenStoreNonNullAnyVal(CodegenAnyVal& any_val,
1075 llvm::Value* raw_val_ptr, llvm::Value* pool_val,
1076 const SlotDescriptor* slot_desc, const NonWritableBasicBlock& insert_before) {
1077 CodegenAnyValReadWriteInfo rwi = CodegenAnyValToReadWriteInfo(any_val, pool_val);
1078 CodegenStoreNonNullAnyVal(rwi, raw_val_ptr, pool_val, slot_desc, insert_before);
1079}
1080
1081void SlotDescriptor::CodegenStoreNonNullAnyVal(
1082 const CodegenAnyValReadWriteInfo& read_write_info, llvm::Value* raw_val_ptr,

Callers

nothing calls this directly

Calls 7

CodegenMemcpyMethod · 0.80
GetSimpleValMethod · 0.80
builderMethod · 0.45
typeMethod · 0.45
codegenMethod · 0.45
DebugStringMethod · 0.45

Tested by

no test coverage detected